Closed
Bug 16544
Opened 25 years ago
Closed 25 years ago
Some key events do not get "consumed" by text fields
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: Jerry.Kirk, Assigned: mjudge)
References
Details
If I press the Left Arrow key in the Apprunner URLBar the key event is created
and windows->OnKey(event) is called which always returns 0, meaning the event
was not consumed. If I press the "a" key then it will return 1 indicating the
event was consumed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
since the new keybinding code went in could you retest this. i think this has
been fixed. thanks
Comment 3•25 years ago
|
||
Jerry (or anyone), could you possibly verify this?
Otherwise, I'll have to rubber-stamp it as verified without inspection. Thanks!
Comment 4•25 years ago
|
||
[pinged Jerry by e-mail Re: verification.]
Comment 5•25 years ago
|
||
No response received from bug reporter.
Since mjudge isn't quite sure what the reporter meant and was only guessing that
it was fixed (but wasn't sure), I thus have no choice but to clear out this bug
as INVALID.
---
Jerry, if you're able to confirm that this bug is fixed first-hand, please
provide your results here, and re-resolve it as fixed. Thanks!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•25 years ago
|
||
<Required comment per annoying Bugzilla requirement.>
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → INVALID
Comment 7•25 years ago
|
||
Verifying as INVALID.
Comment 9•25 years ago
|
||
Jerry Kirk has kindly e-mailed to confirm that the bug is in fact fixed by the
changes mjudge made.
Thus, changing resolution to Verified/Fixed. Thanks!
Status: VERIFIED → REOPENED
Resolution: INVALID → ---
Comment 10•25 years ago
|
||
random nonsense characters
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•