Closed
Bug 319963
Opened 19 years ago
Closed 19 years ago
Firefox 1.5 does not update status bar.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 256204
People
(Reporter: jsd, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921
Firefox 1.5 does not update status bar on SuSE Linux 9.2 or Windows XP HE, using Javascript.
The above script demonstrates the bug.
Reproducible: Always
Actual Results:
No change to status bar message
Expected Results:
whatever text I want to write to the status bar
Here is the test script source code.
<script type="text/javascript">
function updateStatusBar()
{
window.status = "hello world!";
}
</script>
</head>
<body>
<h2>Status Bar tester</h2>
<button onclick="updateStatusBar()">Click to write 'hello world!' on status bar</button>
</body>
</html>
Comment 1•19 years ago
|
||
This is intentional.
*** This bug has been marked as a duplicate of 256204 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•