#1679 closed bug (fixed)
BPopUpMenu's open_anyway
Reported by: | anthonylee | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
On BeOS, when specify "true" to the third argument of BPopUpMenu::Go(), the popup menu won't quit even there are no mouse button pressed.
On Haiku, when specify "true" to the third argument of BPopUpMenu::Go(), the popup menu quit when there are no mouse button pressed.
Change History (5)
comment:1 by , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 17 years ago
Status: | new → assigned |
---|
follow-up: 5 comment:4 by , 17 years ago
I've just noticed that this caused another problem: Now keeping the button pressed closes the menu immediately. I'll try to fix this problem.
comment:5 by , 17 years ago
Replying to jackburton:
I've just noticed that this caused another problem: Now keeping the button pressed closes the menu immediately. I'll try to fix this problem.
This was fixed in my last commit (hrev23229)
I'm sure it worked before, so it's likely a regression. I've already fixed this locally anyway, I'll commit it tommorow, most likely.