Closed
Bug 2299
Opened 26 years ago
Closed 26 years ago
focus problem: keyboard events don't get to main window unless cursor is over the window
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: joki)
Details
open any document. go to Tools > Editor mode to activate keyboard in document
window. click in document window. type...you'll see characters added to the
first text block. now move your cursor outside the window without clicking
anywhere. type...nothing!
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Temporary fix checked in. I've set the keyboard event coords to 0,0. The
complete solution will involve reworking internal key event distribution which
I'll do later but I'm getting rid of this bug for now.
Updated•26 years ago
|
QA Contact: 4079
I"m trying to verify this bug. I simply pull down the Tools | Editor
menu item and then I click in the window and start typing.
nothing gets to the screen...so I don't see chars added to the first
text block. Therefore I'm assuming this is fixed...
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
•