Closed
Bug 55495
Opened 25 years ago
Closed 19 years ago
All key events don't work in popups
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: maren, Assigned: saari)
Details
Attachments
(1 file)
|
2.29 KB,
application/vnd.mozilla.xul+xml
|
Details |
I'm trying to set my own keypress handlers in a popup (from a popupset) and
display it with popupSetBox.createPopup().
The problem is that key events do not bubble up to my onkeypress handlers in
JavaScript, as can be seen from: mozilla/layout/xul/base/src/nsMenuListener.cpp
(KeyPress) where Mozilla prevents all bubbling.
I tried experimenting some and removing the preventions cause the events to
bubble into the content area.
| Reporter | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla1.1
Updated•19 years ago
|
Attachment #16328 -
Attachment mime type: text/plain → application/vnd.mozilla.xul+xml
Comment 6•19 years ago
|
||
the testcase here seems broken in builds back to Mozilla 1.4
resolving WFM
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•