Closed
Bug 146808
Opened 22 years ago
Closed 22 years ago
onMouseOut event on a table cell ignored once
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 130620
People
(Reporter: moz-bugs, Assigned: joki)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.1 (X11; Linux i686; U;) Gecko/20020421
Debian/1.2.1-2
BuildID: 2002052309
(Also reproduceable in the build of Galeon+Gecko used to post this bug report)
At the example URL, the onMouseOut event which should cause table cell
backgrounds to return to normal color is not called the first time the mouse
leaves the table cell. This leaves the table cell miscolored. The onMouseOut
event works when the cursor enters and exits the table cell each time after the
first.
Reproducible: Always
Steps to Reproduce:
1. Load http://lord.nuklear.org
2. Move cursor on top of a blue table cell on top of the page, but not over the
link in the cell.
3. Move cursor away from the table cell and into the black area.
Actual Results: The table cell's background color will remain highlighted the
first time you do this, but not afterwards.
Expected Results: The table cell's background color should have been changed to
the darker blue, due to the onMouseOut event.
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
i saw this bug to be reported many times. I also have a problem with this bug.
hmm... i think i'll download the Mozilla sources and i'll take a look on what
can i do on this (but i don't promise anything... i haven't checked the sources
before).
Confirmed with build 20020709 on linux
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•22 years ago
|
||
have a look on http://nwn.bioware.com. the navigation on the left also has some
problems with onmouseout. however, it works fine in mozilla 1.0 or 1.0.1, only
the 1.1 builds make problems
Comment 7•22 years ago
|
||
I can reproduce the problem using 2002092904 build on WinXP.
Looks like an event problem.
Assignee: attinasi → joki
Component: Layout → Event Handling
OS: Linux → All
QA Contact: moied → rakeshmishra
Comment 8•22 years ago
|
||
I just attached some additional HTML/JS that is broken... (should get alerts
("hello") as well as colour change).
This also seems to be directly dependant on the "onMouseOver" event (ie, if we
remove the "onMouseOver" trigger, the "onMouseOut" fires properly).
S
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
Comment 9•22 years ago
|
||
Please reopen if you disagree.
*** This bug has been marked as a duplicate of 130620 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•