Closed
Bug 85526
Opened 24 years ago
Closed 24 years ago
hitting <backspace> on keyboard goes back to previous page
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: shrir, Assigned: serhunt)
References
()
Details
windows trunk 0612
this has regressed.
Open the testcase and focus inside the textarea( caret does not appear on 4.x
either). Now hit "backspace" on keyboard. Observe that the event gets registered
but browser goes back to the last page in history.
expected: page should stay the same..
Looks like it does both: sends a message and perform the actual function. Not
that the Tab key does it too, after you press it the text field looses focus as
it should in all other circumstances.
Peter, I think you looked at passing events to the plugins at some point. Do you
remember how it is done? Looks like we need to stop processing the event if it
is passed to the plugin.
Comment 2•24 years ago
|
||
Ug!!!! I just fixed this. What regressed. Let me find the other bug and repopen
that one.
Comment 3•24 years ago
|
||
Nope, been FIXED. Try again.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•