Closed
Bug 72342
Opened 24 years ago
Closed 24 years ago
about:blank loaded twice when opening a blank new nav window!
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9
People
(Reporter: hyatt, Assigned: jag+mozbugs)
References
Details
(Keywords: perf)
Attachments
(4 files)
1.10 KB,
patch
|
Details | Diff | Splinter Review | |
2.01 KB,
patch
|
Details | Diff | Splinter Review | |
1.24 KB,
patch
|
Details | Diff | Splinter Review | |
889 bytes,
patch
|
Details | Diff | Splinter Review |
All new nav windows start off with about:blank loaded. In the case where
you've opened a new blank window, we load about:blank a second time!
Reporter | ||
Updated•24 years ago
|
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Wow. There are two other code paths that cause this to happen. The way box
interacts with iframe on a reflow causes a double-load, and the navigator JS
triggers a reload (which should never do anything for about:blank).
The following patch fixes all cases and ensures that about:blank is exempt from
all this madness.
Reporter | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
r=jag
Comment 6•24 years ago
|
||
sr=scc (based on the notion that |SchemeIs| will be getting better, so playing
to its strengths is wise)
Reporter | ||
Comment 7•24 years ago
|
||
Turns out editor needs the double load... they have to monitor loads of docs,
even about:blank. So I'm patching navigator only. The fix is to navigator.js
instead of to docshell.
Reporter | ||
Comment 8•24 years ago
|
||
Reporter | ||
Comment 9•24 years ago
|
||
Need a fresh r and sr.
Assignee | ||
Comment 10•24 years ago
|
||
The change to navigator.js is also needed for bug 70682. r=jag on this.
What's the patch to BrowserInstance for? Accidentally included?
Assignee | ||
Comment 11•24 years ago
|
||
Reporter | ||
Comment 12•24 years ago
|
||
sr=hyatt
Comment 13•24 years ago
|
||
r=hwaara
Reporter | ||
Comment 14•24 years ago
|
||
Reassigning to jag.
Assignee: hyatt → disttsc
Status: ASSIGNED → NEW
Comment 15•24 years ago
|
||
a=asa on (behalf of drivers)
Assignee | ||
Comment 16•24 years ago
|
||
Checked in on both the trunk and the branch. Marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•