Closed
Bug 1294
Opened 26 years ago
Closed 26 years ago
ss:onclick event handler doesn't work
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: angus, Assigned: joki)
References
()
Details
Here's a simple test case:
<p onclick="alert('fff');">Foo</p>
It doesn't work in my 11-6-98 Win32 Release build. onmousedown, however, does
work.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: onclick event handler doesn't work → ss:onclick event handler doesn't work
Reporter | ||
Updated•26 years ago
|
Hardware: X-Windows → PC
Reporter | ||
Comment 2•26 years ago
|
||
It's not Linux only; it was a mistake I made when entering the bug the first
time from my Linux box. Unfortunately, you cannot undo that sort of mistake :-)
Tom is working on a fix he plans to check-in tonight I think.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Okay, so I'm going to fix this one in two parts. The first solves this part of
the bug. I've checked that in. You should now be able to set onclick handlers
on arbitrary tags and have the events fire.
The second part is transfer over our internal link and button firing to use
these same click events. I'm not doing that now because I'm only about 97%
comfortable with them. I figure this is fine for firing of DOM click events
but I don't want links to stop working. Assigned this part of bug as new bug
1571 for later fix.
Changing Platform to all. Need QA to Verify for Windows and Linux please.
angus, can you verify this first part for this bug with Nov 24 build please?
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•26 years ago
|
||
Verified fixed in 11/24/98 build. Great work, Tom!
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
•