#1058 closed enhancement (fixed)
keyboard navigation support in Menu2
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
up/down/left/right should be recongnized by a shown popupmenu to navigate throught it and its submenus
in addition, enter key should select current selected item
Attachments (3)
Change History (11)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
Changed 15 years ago by
Attachment: | 1058-1.patch added |
---|
comment:2 Changed 15 years ago by
the first patch makes sure the order of children widgets is maintained in the this.children array
in addition, an helper function: removeAllChildren is introduced
comment:3 Changed 15 years ago by
commited a modified patch to r4577
attach the second patch: unified_placeOnScreen.patch, it unified the dojo.html.placeOnScreen and dojo.html.placeOnScreenPoint into one function and deprecated the later
also it introduced two more parameters to dojo.html.placeOnScreen
Changed 15 years ago by
Attachment: | unified_placeOnScreen.patch added |
---|
comment:4 Changed 15 years ago by
Type: | defect → enhancement |
---|
the 1035.patch contains the implementation for the keyboard support (it also included unified_placeOnScreen.patch)
Changed 15 years ago by
Attachment: | 1058.patch added |
---|
comment:7 Changed 15 years ago by
Milestone: | → 0.4 |
---|
Escape should close the popupmenu