Closed
Bug 330452
Opened 19 years ago
Closed 19 years ago
about:blank transfer state inconsistency
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Firefox 2 alpha2
People
(Reporter: zeniko, Assigned: zeniko)
References
Details
(Keywords: fixed1.8.1, regression)
Attachments
(1 file, 1 obsolete file)
1.18 KB,
patch
|
Details | Diff | Splinter Review |
about:blank is treaded as a non-page in many places (e.g. it isn't displayed in the address bar). Because of this, it probably shouldn't have a transfer state ("Done") in the status bar either. However, it mostly does.
Reproducible: Always
Steps to Reproduce:
1. Set your homepage to about:blank ("Use Blank Page")
2. Open a new window
3. Load your homepage
Actual Results:
After step 2 the status bar is empty; after step 3 it displays "Done".
Expected Results:
There should be no difference between steps 2 and 3 (both load about:blank in the current tab).
Assignee | ||
Comment 1•19 years ago
|
||
This fixes the regression on bug 37987.
Attachment #215008 -
Flags: review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Keywords: regression
Updated•19 years ago
|
Attachment #215008 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 215008 [details] [diff] [review]
no transfer state for about:blank
Suppose I don't need superreview for this. Requesting checking.
Attachment #215008 -
Flags: approval-branch-1.8.1?(mconnor)
Comment 3•19 years ago
|
||
Comment on attachment 215008 [details] [diff] [review]
no transfer state for about:blank
SR isn't required for browser/toolkit
Attachment #215008 -
Flags: approval-branch-1.8.1?(mconnor) → approval-branch-1.8.1+
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 4•19 years ago
|
||
Sorry if this is off the mark (I'm not a Mozilla programmer), but don't you need to close the quotes, after about:blank?
Assignee | ||
Comment 5•19 years ago
|
||
Thanks for spotting this, Jonathan.
Attachment #215008 -
Attachment is obsolete: true
Comment 6•19 years ago
|
||
It looks like a new tab temporarily adopts whatever status was in the previous tab just before it was created (this is AFTER bug 327604 was fixed), and then "Done" after any subsequent tab switches, regardless of the status of thosee other tabs.
So if you're loading a page in one tab, then create a new one, the status bar for the new tab will accordingly say "Connected to...", "Waiting for... " or "Transferring data from...". This message is static, like in bug 327604. But if you switch back to the still-loading tab (or any other tab for that matter) and then back to the new tab, then its status bar now says "Done", even if the previous tab still has a loading message.
Will this patch fix that issue as well?
Assignee | ||
Comment 7•19 years ago
|
||
(In reply to comment #6)
> Will this patch fix that issue as well?
That's a different issue. I've filed bug 331938 for it (patch included).
Comment 8•19 years ago
|
||
mozilla/browser/base/content/browser.js 1.479.2.102
mozilla/browser/base/content/browser.js 1.599
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → Firefox 2 alpha2
Version: unspecified → 2.0 Branch
Assignee | ||
Comment 9•18 years ago
|
||
Verified using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060828 BonEcho/2.0b2 ID:2006082803.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•