Open
Bug 377866
Opened 18 years ago
Updated 3 years ago
Assertion clicking a scrollbar when waiting for the next page to load
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: neil, Unassigned)
Details
(Keywords: regression)
Steps to reproduce problem:
1. Load a long document
2. Click on a link to a slow document
3. While waiting the the slow document, click on a scrollbar.
Actual result: one of the following two assertions:
ASSERTION: failed to get the nsIScriptGlobalObject. bug 95465?: 'boundGlobal', file c:/suiterunner/mozilla/content/xbl/src/nsXBLPrototypeHandler.cpp, line 462
ASSERTION: XPConnect is being called on a scope without a 'Components' property!
Comment 1•18 years ago
|
||
So why is this a docshell issue? Looks more like a DOM/XUL/XPConnect problem. Please reassign as you deem appropriate.
| Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
>So why is this a docshell issue? Looks more like a DOM/XUL/XPConnect problem.
Well from my point of view I asked the docshell to start loading a document and suddenly the currently extant document either no longer has its script global or has one that has been torn down. Anything more was just speculation.
Comment 3•18 years ago
|
||
Ah, I see. Yeah, definitely not a docshell issue.
If this is a regression, when did this regress?
Assignee: nobody → general
Component: Embedding: Docshell → DOM
QA Contact: docshell → ian
Comment 4•18 years ago
|
||
I don't see the XPConnect assertion with current or older builds, but I do see the nsIScriptGlobalObject assertion. That goes back at least to April 1, 2006 on trunk. The assertion also occurs in recent 1.8 and 1.8.0 branch builds.
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
| Reporter | ||
Comment 6•12 years ago
|
||
It doesn't assert any more, although I can get a lot of NS_ENSURE_TRUE(piTarget) failed warnings.
Flags: needinfo?(neil)
Comment 7•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•