|
calesta Apprentice
Joined: 07 Dec 2008 Posts: 102 Location: New Hampshire, USA
|
Posted: Sun Feb 08, 2009 7:33 pm
[3.03a] Problem with Favorites in the Mapper |
Ran into a couple of issues trying to use Favorites.
The first issue could be something I just missed, but on the Mapper's Favorites panel I don't see any way to move a room back up to the root level of the tree once the room is a child node of another room on the tree. Trying to find a way to do this led me to the second issue.
The second issue is that I tried to remove the root level room without removing the the rooms underneath it in the tree. This appears to remove both the root level favorite and it's child favorite. However, the child favorite couldn't be added as a favorite again once I did this. I used a sqlite program I had to take a look at the database and it appears that the child node is not removed from the FavTbl but simply isn't displayed in the UI since the entry for it's root node was removed from the database. I was able to fix it by removing those entries from FavTbl manually and restarting CMUD.
Steps to Reproduce:
Code: |
1) Open up the mapper and create a few rooms.
2) Add one of the rooms as a favorite.
3) Add a second room as a favorite and, using the favorites panel, drag the second favorite so it becomes a child node of the first favorite on the tree view.
4) Right-click the first favorite (the one at the root of the tree) and select remove from favorites.
5) Try to add the second room as a favorite again. |
|
|
|
|
calesta Apprentice
Joined: 07 Dec 2008 Posts: 102 Location: New Hampshire, USA
|
Posted: Mon Feb 09, 2009 11:27 pm |
I tried the steps above in 2.37 and the problem does not exist there. When you delete the parent node favorite, all of it's children favorites automatically get moved back up to the root level instead of disappearing from the tree.
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Feb 10, 2009 3:33 am |
The mapper's changed drastically since 2.37, so that's not surprising.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Feb 10, 2009 5:40 pm |
Yeah, except I didn't really change much with the user interface of the Favorites, so I'm not sure why it's doing this. But I've added it to the bug list.
|
|
|
|
|
|