Clicking to close/collapse a folder in bookmarks sidebar works, but opens another node
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
People
(Reporter: loverboy1984, Unassigned)
Details
(Whiteboard: [bugday-20131111])
Comment 1•12 years ago
|
||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Comment 3•3 years ago
|
||
Same problem here.
Let's assume that a folder A is opened. If there are many entries in the tree and if folder A is very low in the tree, the top of the hierarchy may be hidden. In that case, when closing A, the tree is possibly moved down. In that case, the folder that is now located at the same place where A was displayed is opened.
Actually, it seems that a second mouse message pointing to the very same location where the user has clicked is sent to the mouse click handler. So, the first message closes folder A and the second opens the folder B that is now displayed at the former location of A.
I fixed the problem by setting ui.context_menus.after_mouseup to true. It is false by default. It seems that this option, when set to false generates other problems in FF.
Comment 4•3 years ago
|
||
I should have mentioned that this bug is very old. I found the solution only recently.
Comment 5•3 years ago
|
||
I fixed the problem by setting ui.context_menus.after_mouseup to true. It is false by default. It seems that this option, when set to false generates other problems in FF.<<
This is not correct. The problem was back after a while.
Description
•