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)

x86
Linux
defect
Not set
trivial

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">
Apparently the same as Bug 146808 and Bug 146616, see also Bug 145323.
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
yep *** This bug has been marked as a duplicate of 130620 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
QA Contact: rakeshmishra → trix
verifying dupe
Status: RESOLVED → VERIFIED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.