Closed
Bug 35602
Opened 26 years ago
Closed 26 years ago
windows.status bug
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: doronr, Assigned: joki)
Details
If I have a link with onMouseOver="windows.status='something'; and I hover over
it. If I keep hovering and load another page, then the windows.status text
remains in the toolbar, even though the new page got loaded.
Comment 1•26 years ago
|
||
Here's a handy testcase
<html><head><title>bug35602</title>
</head><body>
<A HREF="http://bugzilla.mozilla.org"
onMouseOver="window.status='something';" >HOVER HERE</A>
</body>
</html>
Assignee: rogerl → joki
Component: Javascript Engine → Event Handling
QA Contact: pschwartau → janc
Comment 2•26 years ago
|
||
*** This bug has been marked as a duplicate of 31997 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
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
•