Closed
Bug 144803
Opened 24 years ago
Closed 24 years ago
onClick doesn't work if <a href=""> is not specified
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: waiyee404, Assigned: joki)
Details
Attachments
(1 file)
|
104 bytes,
text/html
|
Details |
Build ID: 2002051408
A link is not clickable if there is no href, so onClick events won't take place.
Comment 1•24 years ago
|
||
Reporter: could you please provide a small test case that demonstrates the problem?
History? ->Event handling, which sounds far more likely, at least until we get
a test case and can figure out a better place for it.
Assignee: blaker → joki
Component: History: Global → Event Handling
QA Contact: claudius → rakeshmishra
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
The testcase worksforme.... Linux trunk build 2002-05-14-08.
Comment 4•24 years ago
|
||
testcase WFM, winXP 2002061308 trunk.
Winnie: can you please confirm whether you still see the problem, and whether
Boris's testcase is an accurate interpretation of the problem you are describing.
Sorry about filing an invalid bug.
After cleaning up bloated source code to create a testcase, I found out that the
problem was caused by some standards-incompliant javascript code.
The script was written for only NC4/IE4.
I promise I'll be more careful next time. Really...
Comment 6•24 years ago
|
||
Winnie, thanks for getting back to us on this...
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 7•24 years ago
|
||
OK, reporter says invalid, we can't reproduce, so verified.
Again, thanks for letting us know. Wish more people did that...
Status: RESOLVED → VERIFIED
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
•