Ticket #2181 (new bug)

Opened 8 months ago

Last modified 8 months ago

BPopUpMenu doesn't accept keyboard navigation

Reported by: shinta Owned by: axeld
Priority: normal Milestone: R1
Component: Kits/Interface Kit Version: R1 development
Cc: Blocked By:
Platform: x86 Blocking:

Description

For example, I right clicked on the Desktop and opened pop-up menu. I pushed arrow key (up/down), but, the selection of pop-up menu wasn't changed.

Haiku: r25124+ SHINTA

Attachments

Menu.diff.bad (2.8 KB) - added by shinta 8 months ago.

Change History

Changed 8 months ago by shinta

It seems that after selection by the keyboard, _SelectItem(NULL) is called in BMenu::_Track()'s "Mouse pointer outside menu" block and reset the selection.

I tried to modify, but failed. My bad code is here.

Changed 8 months ago by shinta

Note: See TracTickets for help on using tickets.