Closed
Bug 126376
Opened 23 years ago
Closed 23 years ago
changing the status bar
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 123424
People
(Reporter: gandalf, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204
BuildID: 2002020406
I'm working on a Homepage, wich is created by a PHP-Script. I'm changing the
status bar in the head of the dokument with:
<script type="text/javascript" language="javascript">
<!--
window.defaultStatus = "sinniges.de"
//-->
</script>
If you touch a link I want to show another text in the statusbar:
<a class="menu" href="index.php" onmouseover="window.status='Home';return
true;">Home</a>
The browser shows the text from the onmouseover event but he switches not back
to the defaultstatus text. The a:hover for links doesn't work.
If you disable the eventuality to change the status text, the a:hover works
well. On Internet Explorer 5.5 sp2 and NN 4.79 it works well, on NN 6.2 only the
defaultstatus text is shown.
Reproducible: Always
Steps to Reproduce:
1. see above the description
2.
3.
Comment 1•23 years ago
|
||
*** Bug 126377 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 123424 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Assignee: jst → nobody
Component: DOM: Abstract Schemas → DOM: Events
QA Contact: stummala → events
You need to log in
before you can comment on or make changes to this bug.
Description
•