Closed Bug 367389 Opened 18 years ago Closed 16 years ago

[SessionStore] tabs are blank during session restoration follow up bug #338661

Categories

(Firefox :: Session Restore, defect)

defect
Not set
minor

Tracking

()

VERIFIED FIXED

People

(Reporter: tabmix.onemen, Unassigned)

References

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070118 Minefield/3.0a2pre Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070118 Minefield/3.0a2pre tabs are blank during session restoration Reproducible: Always [from # 338661 Comment #8] look like the tabs show "Loading..." for split second then "Untitled" again and then they start loading again. maybe about:blank didn't completed loading after all. this fix the problem - // mark the tabs as loading (at this point about:blank - // has completed loading in all tabs, so it won't interfere) + // mark the tabs as loading for (t = 0; t < aTabs.length; t++) { var tab = aTabs[t]._tab; + tabbrowser.getBrowserForTab(tab).stop(); tab.setAttribute("busy", "true"); tabbrowser.updateIcon(tab); tabbrowser.setTabTitleLoading(tab); } or maybe change in addTab to stop "about:blank" tabs to.
Component: Tabbed Browser → Session Restore
QA Contact: tabbed.browser → session.restore
This bug should get fixed once the patch to bug 367605 is approved and checked in.
Status: UNCONFIRMED → NEW
Depends on: 367605
Ever confirmed: true
The fix from comment #0 has been checked in over a year ago in bug 367605. -> FIXED (please reopen should the issue still exist)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Verified with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090617 Minefield/3.6a1pre ID:20090617031528
Status: RESOLVED → VERIFIED
Flags: in-litmus?
in-litmus+ https://litmus.mozilla.org/show_test.cgi?id=6377 -> Test case from bug 367605 should suffice
Flags: in-litmus? → in-litmus+
You need to log in before you can comment on or make changes to this bug.