#508 closed bug (fixed)
Sticky menu mode doesn't work in tracker context menus
Reported by: | diver | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Sticky menu mode doesn't work in tracker context menus, for example - desktop context menu.
Change History (5)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → fixed |
---|
comment:5 by , 19 years ago
Status: | assigned → closed |
---|
Note:
See TracTickets
for help on using tickets.
I've noticed that too. After some investigations, I've found the reason:
BeBook says: "If the user has the click-to-open menu preference turned on and releases the mouse button while the cursor lies inside the clickToOpenRect rectangle, Go() interprets the action as clicking to open the menu and keeps it on-screen. If the cursor is outside the rectangle when the mouse button goes up, the menu is removed from the screen and Go() returns. The rectangle should be stated in the screen coordinate system."
This is currently missing from the menu tracking function, I'll add it later today, hopefully.