Closed
Bug 146790
Opened 22 years ago
Closed 22 years ago
javascript onmouseout event doesn't appear to work properly
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 130620
People
(Reporter: tstevenson, Assigned: joki)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.0+) Gecko/20020523
BuildID: 2002052321
When moving the mouse over a <tr> it will change color, when moving out of the
<tr> it doesn't remove the color initially. Once i've done this to all the tr's
on the page it will do it properly.
Reproducible: Always
Steps to Reproduce:
1. Create a <table>,<tr>.
2. In the <tr> put in the javacode that is in the additional iformation.
3. Move mouse over <tr> and then move mouse out of the <tr>.
Actual Results: You become slightly annoyed
Expected Results: Should go through each tr and change the colors properly
<tr onmouseover="javascript:style.background='#ffffdd'"
onmouseout="javascript:style.background='#ffffff'" bgcolor="#ffffff">
Comment 2•22 years ago
|
||
Browser, not engine ---> Event Handling.
Vlad, is this another duplicate of bug 130620?
"Moz 0.9.9 misses mouseout events if the background color is changed"
Assignee: rogerl → joki
Component: JavaScript Engine → Event Handling
QA Contact: pschwartau → rakeshmishra
Comment 3•22 years ago
|
||
yep
*** This bug has been marked as a duplicate of 130620 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
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
•