Closed
Bug 117459
Opened 24 years ago
Closed 24 years ago
Status bar not updated by javascript: window.status
Categories
(SeaMonkey :: UI Design, enhancement)
Tracking
(Not tracked)
People
(Reporter: seb, Assigned: bugzilla)
References
()
Details
It seems that the Status bar is not updated when you use a javascript like that
in a URI.
Try the following thing :
<a href="http://www.mozilla.org/" onmouseover="javascript:
window.status='Mozilla Home Page'; return true;" onmouseout="javascript:
self.status=''; return true;">Mozilla Home Page</a>
It will display "http://www.mozilla.org/" and not "Mozilla Home Page" in the
Status bar.
Note that I _do_ have enabled "Change Status bar text" and "Enable Javascript"
in Preferences -> Advanced -> Scripts & Windows.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 99009 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•