#5996 closed bug (fixed)
[patch] menu navigation with keyboard fixes
Reported by: | Ziusudra | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | R1/alpha2 |
Keywords: | Cc: | planche2k@… | |
Blocked By: | Blocking: | #5776 | |
Platform: | x86 |
Description
Fixes two issues:
- opening a submenu and selecting the first item would open that item's submenu (if it had one) resulting in opening two submenus per key press
- pressing left would not close the current submenu
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | Menu_keyboard_fixes.patch added |
---|
comment:1 by , 14 years ago
Blocking: | 5776 added |
---|---|
Cc: | added |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Yeah, I have that problem with Deskbar; the Applications and Preferences submenus wont open. I don't have that problem with any of the toplevel Tracker submenus, but bin, include and lib in /boot/common/ wont open.
This bug is reported in #4930
Note:
See TracTickets
for help on using tickets.
That code was fresh in my memory, since I've begun to try and rewrite it with a dedicated BMenuNavigator class... I've also tested it in Tracker. Mostly it works, there are some strange menus that won't open though, like the "Move To" menu, while "Copy To" works just fine... better than before in any case. Applied in hrev36819. Thanks!