Closed
Bug 39039
Opened 26 years ago
Closed 25 years ago
"Open Link in New Window" causes current window to stop loading
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: unapersson, Assigned: mscott)
Details
(Keywords: embed, Whiteboard: [nsbeta3-][cut 9/11])
If you're loading a long page and you right click a link and choose
"Open Link in New Window", it seems to stop loading the current page
when it opens the new window.
Comment 1•26 years ago
|
||
Can you provide an example URL of a pretty long or graphics-heavy page? It's
hard to test this on a DSL connection, everything loads before I can try to
repro.
Comment 2•26 years ago
|
||
Reassigning as per Don
Assignee: don → travis
Component: XPApps → Embedding: Docshell
QA Contact: sairuh → travis
| Reporter | ||
Comment 3•26 years ago
|
||
I discovered it while loading a bugzilla query and trying to open a bug in a
new window while the results were loading.
Comment 4•26 years ago
|
||
Travis no longer works here. reassigning ownerless bugs to docshell owner,
valeski for further triage.
Assignee: travis → valeski
Updated•26 years ago
|
Whiteboard: [nsbeta3-]
Comment 5•26 years ago
|
||
this is a big deal for me, as I open lots of new windows. I'd mark it dogfood,
but that might be a little overkill.
removing the nsbeta3- for re-triage and adding myself to cc list
Whiteboard: [nsbeta3-]
Comment 6•26 years ago
|
||
-> dan. presumably we not processing events when the new window is coming up.
Assignee: valeski → danm
Comment 7•26 years ago
|
||
no, it's not that it just doesn't process the events but eventually gets to
them...the old window _stops_ when you try to open the new one.
Comment 8•26 years ago
|
||
QA -> jrgm. Does anyone have a handle on why this is happening, and what it
would take to fix it? I don't think I'd hold the release for this, or even
prioritize it so as to merit significant investigation, but I might be persuaded
to take a safe fix.
QA Contact: travis → jrgm
Comment 9•26 years ago
|
||
->gagan, Doesn't sound like a window or event issue, first window thinks it is
done, as if the loadGroup has shut down.
Assignee: danm → gagan
Comment 10•26 years ago
|
||
someone is calling abort on the previous (currently loading channel) Seems like
loadgroup issues with docshell ->mscott.
Assignee: gagan → mscott
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M18
Comment 12•25 years ago
|
||
nsbeta3-
Whiteboard: [nsbeta3+] → [nsbeta3-][cut 9/11]
Target Milestone: M18 → Future
| Reporter | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 13•25 years ago
|
||
This seems to be working okay now, so unless there's any unresolved issues maybe
this one can be closed. Marking as WORKSFORME.
You need to log in
before you can comment on or make changes to this bug.
Description
•