Closed
Bug 12380
Opened 25 years ago
Closed 25 years ago
[DOGFOOD] Key Events aren't fielded at all.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: hyatt, Assigned: joki)
References
Details
(Whiteboard: [PDT+] Fix expected by 11/24)
Open up mail/news (don't worry, you don't have to have an account set up to even
see this bug). Double-click on the mailbox, which opens it up. Now try hitting
the down arrow.
Current Behavior: Nothing happens.
Expected Behavior: You should see the second row selected.
The key event never seems to get to the frame.
The key event also never goes into the DOM. To verify this, hit the ALT key
once you have one of the tree items (e.g., the mailbox) selected. The expected
behavior is that the File menu on the menu bar should activate (this is done
through DOM capturing). It never even gets the event.
Reporter | ||
Comment 1•25 years ago
|
||
Ok, the ALT thing was my fault. The frame level stuff still doesn't work
though.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [PDT+] → [PDT+] Fix expected by 11/24
Assignee | ||
Comment 4•25 years ago
|
||
I'm not sure if the bug is in the event model implementation or a bad
expectations of the behavior of the event model. I'll look through and see what
I can find.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
This seems to be fixed now. Works fine for me on NT, haven't tried other OS's
Updated•25 years ago
|
QA Contact: janc → ckritzer
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Marking VERIFIED FIXED on WinNT 1999112908 apprunner.
Also works on:
Linux6 1999112908 apprunner
MacOS86 1999112908 apprunner
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•