Opened 9 years ago
Last modified 18 months ago
#12288 assigned bug
BMenuField does not react on click-release
Reported by: | jackburton | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Interface Kit/BMenu | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
BMenuField + BMenu should select the item under the mouse pointer if the user clicks on the BMenuField and then releases the mouse button. Instead it does nothing and keeps the menu opened, unless the user also moves the mouse at least a bit. Moreover, also clicking on the menu again does nothing, if the user doesn't move the mouse. This is a regression, because it used to work. To test, open the Mouse Preflet, click on the mouse type menu, then release the mouse button without moving the mouse.
Change History (4)
follow-up: 2 comment:1 by , 9 years ago
comment:2 by , 9 years ago
Replying to pulkomandy:
I think this change was made on purpose so you can have the menu stick open without having to keep a mouse button pressed. However the second click should definitely close it.
Other menus work like this: If you just click on them, then open, then require a click to close. If you click and keep the button pressed, they close as soon as you release the button. This menu should do the same. It DOES the same if you move the mouse a bit. Thinking about it a bit more, though, I'm not sure it ever worked correctly.
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 18 months ago
Component: | Kits/Interface Kit → Kits/Interface Kit/BMenu |
---|
I think this change was made on purpose so you can have the menu stick open without having to keep a mouse button pressed. However the second click should definitely close it.