Closed
Bug 292189
Opened 20 years ago
Closed 12 years ago
getting "failed to get the nsIScriptGlobalObject. bug 95465?"
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
in my console I'm seeing:
"failed to get the nsIScriptGlobalObject. bug 95465?"
it happens when pressing ok after adding domain to the xpi whitelist
own build on gcc on Windows using latest trunk source
![]() |
||
Comment 1•20 years ago
|
||
Not a layout issue. Minimal testcase needed in any case, for bugs filed on
layout as NEW....
Comment 2•19 years ago
|
||
Steps to reproduce:
(0) Visit about:
(1) Visit http://www.mozilla.org/projects/xul/tests/label.xul
(2) Click the label stating "Click this label to focus the text box to the right." The textbox should receive focus.
(3) Click the Back button.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060131 SeaMonkey/1.5a
100% reproducible; sometimes I hit the assertion twice for the same page. Stack coming up as attachment.
Comment 3•19 years ago
|
||
![]() |
||
Comment 4•19 years ago
|
||
mmm... that looks like focus events or something. :(
Updated•16 years ago
|
Assignee: xbl → nobody
QA Contact: ian → xbl
![]() |
||
Comment 6•12 years ago
|
||
From what I can see, both stack traces have nsXBLPrototypeHandler::ExecuteHandler() just before debug/assertion/break code.
The assertion was removed as part of Bug 451680, assuming it was originally in nsXBLPrototypeHandler.cpp.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•