Closed
Bug 2407
Opened 26 years ago
Closed 26 years ago
Events don't fire on table borders
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: christinehoff4, Assigned: joki)
References
()
Details
Using 1/14 build on Win 95, Win NT and Win 98:
1. Open the URL.
2. Double click on the table.
Expected results: Double-clicking on the table should cause a Javascript alert
dialog box to display (or, for the message to appear in the console).
Actual results: Double-clicking on the table results in no action.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Yes, it's not hooked up yet.
Reporter | ||
Comment 2•26 years ago
|
||
For information purposes, all other event handler attributes worked (worked
defined as the alert message displayed in the console) EXCEPT ondblclick.
Ondblclick alert message did not display in the console.
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Reporter | ||
Updated•26 years ago
|
QA Contact: 4015 → 4110
Reporter | ||
Comment 5•26 years ago
|
||
Reassigning qa contact to chrisd@netscape.com
Assignee | ||
Updated•26 years ago
|
Summary: Ondblclick event handler attribute not working → Events don't fire on table borders
Assignee | ||
Comment 6•26 years ago
|
||
Well the dblclick event works just fine now. But I notice in testing that
clicking on the borders of the table doesn't do anything. I'm renaming the bug
and I'll look into what we want to do here.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
Fixed.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•26 years ago
|
||
Using 4/13 build, 'ondblclick' works. Verifying bug 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
•