Closed
Bug 128749
Opened 23 years ago
Closed 23 years ago
Shortcut keys non-functional in outliner
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: bryner, Assigned: bryner)
References
Details
Attachments
(1 file)
1.47 KB,
patch
|
mikepinkerton
:
review+
bugzilla
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Due to outliner's keypress handler for the ' ' character, and some ECMA
oddities, we are _always_ executing the handler for the space key. This affects
XBL select widgets as well. Patch coming up.
Assignee | ||
Comment 1•23 years ago
|
||
This blocks XBL form controls being turned on, since we break keyboard access in
a big way.
Assignee | ||
Comment 2•23 years ago
|
||
a suggestion from shaver's bag of tricks
Comment 3•23 years ago
|
||
Comment on attachment 72328 [details] [diff] [review]
patch
r=pink
Attachment #72328 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
Actually, to clarify, we are always executing the handler if the keycode is 0,
such as for control-key combinations.
Comment 5•23 years ago
|
||
Comment on attachment 72328 [details] [diff] [review]
patch
sr=blake
Attachment #72328 -
Flags: superreview+
Updated•23 years ago
|
Attachment #72328 -
Flags: approval+
Comment 6•23 years ago
|
||
Comment on attachment 72328 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Assignee | ||
Comment 7•23 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
nsbeta1+, in case it gets reopened.
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•