Closed
Bug 629964
Opened 14 years ago
Closed 14 years ago
dom.disable_window_status_change unexpectedly set to false by default (DOM status text persists when switching tabs)
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 4.0b11
People
(Reporter: alice0775, Assigned: dao)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Build Identifier:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b11pre) Gecko/20110129 Firefox/4.0b11pre ID:20110129030338
Tooltips of status does not disappear after the loading completion of the page.
Reproducible: Always
Steps to Reproduce:
1. Start Minefield with new profile
2. Open ( http://tweakers.net/ )
3.
Actual Results:
Tooltips of status does not disappear
Expected Results:
Should disappear
Reporter | ||
Updated•14 years ago
|
blocking2.0: --- → ?
It persists to other tabs in the same window too.
Quite a few sites use window.status, the message persists across all tabs until something else is loaded.
(In reply to comment #2)
> Created attachment 508188 [details]
> testcase
>
> Quite a few sites use window.status, the message persists across all tabs until
> something else is loaded.
Setting about:config pref
dom.disable_window_status_change
to true
Resolves the problem mentioned in this bug 629964.
Assignee | ||
Updated•14 years ago
|
Summary: Tooltips of status does not disappear after the loading completion of the page → DOM status text persists when switching tabs
Assignee | ||
Comment 4•14 years ago
|
||
Not really a regression, at least not a recent one. I see this bug using the 2010-09-21 nightly (one of the last ones with the status bar) with dom.disable_window_status_change set to false. I don't know why bug 574688 changed the default value of that pref. Maybe we should revert that change.
Blocks: 574688
Assignee | ||
Comment 5•14 years ago
|
||
This was mentioned in bug 574688 comment 54. Backed out that bogus change:
http://hg.mozilla.org/mozilla-central/rev/e058817c0ab0
Assignee: nobody → dao
Status: NEW → RESOLVED
blocking2.0: ? → ---
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b11
Assignee | ||
Updated•14 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
Assignee | ||
Updated•14 years ago
|
Summary: DOM status text persists when switching tabs → dom.disable_window_status_change unexpectedly set to false by default (DOM status text persists when switching tabs)
You need to log in
before you can comment on or make changes to this bug.
Description
•