Closed
Bug 52706
Opened 25 years ago
Closed 25 years ago
wrong behaviour with javascript buttons
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: jcm, Assigned: joki)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.17 i686; en-US; m18) Gecko/20000913
BuildID: 2000091312
In the page at http://mega.ist.utl.pt/delegados/z/, there's a set of buttons on
the left. They are coded with javascript, and were supposed to react to the
onMouseover and onMouseout functions, but they behave strangly in Mozilla. They
work fine under other browsers.
Reproducible: Sometimes
Steps to Reproduce:
1. Go to http://mega.ist.utl.pt/delegados/z/
2. Make your mouse pointer go over each button until its colour changes.
3. The click on the 'Datas' button. It'll take you to a new page with the same
layout.
4. Make your mouse point fly over all the buttons (without actually clicking on
them).
Actual Results: The buttons will turn light blue, and won't return to their
original colour (dark blue) even after the mouse pointer goes away.
Expected Results: The buttons are dark blue. They're only supposed to be light
blue when the mouse pointer is over them.
Comment 1•25 years ago
|
||
Browser, not engine. Reassigning to Event Handling for further triage -
Assignee: rogerl → joki
Component: Javascript Engine → Event Handling
QA Contact: pschwartau → janc
Comment 2•25 years ago
|
||
worksforme win98 2000092212. linux-specific?
Updated•25 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 3•25 years ago
|
||
Works for me in the latest CVS in Linux. Marking as such.
| Reporter | ||
Comment 4•25 years ago
|
||
Yeah, appearently the bug is gone.
I can't reproduce it anymore with Mozilla 2000091908-Linux.
Comment 6•25 years ago
|
||
looks good now. this is the third bug of this sort i'm verifying so there must
have been a build or two that were broken. marking verified. tested on linux
2000092810 MN6 comm bits.
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
•