Closed
Bug 233999
Opened 21 years ago
Closed 21 years ago
switching between tabs doesn't change webpage title displayed in statusbar
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 104532
People
(Reporter: paranojik, Assigned: bugs)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
If a web page displays some text in the statusbar this text remains unchanged
when switching between tabs. If more pages use this feature, the titles are
switching so fast, that nothing can be read.
Reproducible: Always
Steps to Reproduce:
1.open www.cracks.am in a tab
2.open another tab and a different web page in it
3. switch between tabs
Actual Results:
the text 'Welcome to CRACKS.AM software security site!' is allways displayed in
statusbar
Expected Results:
if a web page doesn't display any text in the previosly mentioned way the
default text 'Done' should be displayed.
The page www.cracks.am uses the following javascript:
<SCRIPT language="JavaScript"><!--
var bartext='Welcome to CRACKS.AM software security site!';
function display()
{
window.status=bartext;
tmp=setTimeout("display()",10);
}
//--></SCRIPT>
<SCRIPT language="JavaScript"><!--
display();
//--></SCRIPT>
Reporter | ||
Updated•21 years ago
|
Summary: switching between tabs doesn't change webpage title displayed in statusbar → switching between tabs doesn't change webpage title displayed in statusbar
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 104532 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
QA Contact: bugzilla → toolbars
You need to log in
before you can comment on or make changes to this bug.
Description
•