Closed
Bug 46261
Opened 26 years ago
Closed 26 years ago
All of the javascript events on Image object are broken
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: vladimire, Assigned: joki)
Details
Attachments
(1 file)
|
926 bytes,
text/html
|
Details |
All of the javascript events (onerror, onload, onkeypress, onkeydown, onkeyup,
onabort)on Image object are broken.
BUILDS: 2000071810
STEPS TO REPRODUCE:
Open the attached testcase
As soon as the page starts loading press stop, to generate the ONABORT event.
Check if any alert boxes pop up.
Select the Image that has keypress by it and type something.
Select the Image that has keydown by it and type something.
Select the Image that has keyup by it and type something.
EXPECTED RESULTS:
As soon as the page is aborted an alert box saying "ONABORT" should pop up,
Also alert boxes "ONLOAD" and "ONERROR" should appear.
When you type while one of the keyboard event images is selected alertboxes
informing you of an event should show up.
ACTUAL RESULTS:
Nothing happens...
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
*** This bug has been marked as a duplicate of 46046 ***
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 3•26 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
| Reporter | ||
Comment 5•25 years ago
|
||
Verifying duplicate
Status: RESOLVED → VERIFIED
QA Contact: lorca → vladimire
Updated•7 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
•