Closed
Bug 470400
Opened 17 years ago
Closed 17 years ago
popup consumes all keyboard events
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: Fallen, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
653 bytes,
application/vnd.mozilla.xul+xml
|
Details |
I wanted to create a popup that contains a textbox. This doesn't seem possible, since the popup's shortcut navigation consumes most key events.
I (on linux) haven't seen this shortcut navigation actually work, but aside from that I think it should be possible to use non-menuitem elements in a menupopup.
Testcase included. Looking at the code, it should probably be fixed here: http://hg.mozilla.org/mozilla-central/file/c43f61f98fa4/layout/xul/base/src/nsXULPopupManager.cpp#l1527
Comment 1•17 years ago
|
||
That's correct behaviour. Either use the ignorekeys attribute or use a <panel> (possibly waiting for bug 467360 to be fixed).
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•