Open
Bug 135749
Opened 23 years ago
Updated 2 years ago
Support missing shortcut keys for XUL tree
Categories
(Toolkit :: UI Widgets, enhancement)
Tracking
()
NEW
People
(Reporter: aaronlev, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: access)
Just found a new resource:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc/html/ATG_KeyboardShortcuts.asp
Turns out our tree implementation is missing these keyboard shortcuts:
CTRL + "+" (numeric pad) Adjusts the width of all columns to fit their contents.
* (Numpad) Display all sub-items under the selected item.
+ (Numpad) Display sub-items directly under the selected item.
- (Numpad) Collapse the items directly under the selected item group.
Reporter | ||
Comment 1•23 years ago
|
||
I wouldn't call this bug a priority - it's just that we're missing some standard
shortcuts, and that should be remedied at some point in the future.
Severity: normal → enhancement
Keywords: access
Comment 2•23 years ago
|
||
Plus and minus are bug 130388. I didn't know about * and Ctrl++.
Depends on: 130388
There isn't any functions that can adjust the width of all columns to fit their
contents. right?
Comment 4•23 years ago
|
||
No, but there's an internal method GetCellWidth() which is used for example in
CalcMaxRowWidth()
Comment 6•22 years ago
|
||
Updated•16 years ago
|
QA Contact: bugzilla → keyboard.navigation
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Comment 7•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:hsinyi, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: zhayupeng → nobody
Flags: needinfo?(htsai)
Updated•3 years ago
|
Flags: needinfo?(htsai)
Updated•3 years ago
|
Component: DOM: UI Events & Focus Handling → XUL Widgets
Product: Core → Toolkit
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•