Open
Bug 337982
Opened 20 years ago
Updated 2 years ago
keydown action bug
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: ivan, Unassigned)
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
if I make onkeydown action on any element , for example (textbox), give the result with alert function. And the key button is backspase it will go to the start page.
Reproducible: Always
Comment 1•20 years ago
|
||
Can you provide a testcase, or even an URL which demonstrates this?
Updated•20 years ago
|
Component: General → DOM: Events
Product: Firefox → Core
Version: unspecified → 1.8 Branch
Comment 2•20 years ago
|
||
So the problem is that the keypress event is bubbling up to the browser and backspace is causing the page to go back.
Updated•20 years ago
|
Assignee: nobody → events
QA Contact: general → ian
Updated•17 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 3•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Attachment #9385098 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•