Closed
Bug 45875
Opened 25 years ago
Closed 24 years ago
Crash with XUL and <browser>
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: security-bugs, Assigned: hyatt)
Details
(Keywords: crash, dom0)
Attachments
(1 file)
|
492 bytes,
application/vnd.mozilla.xul+xml
|
Details |
From:
Georgi Guninski <joro@nat.bg>
To:
Mitchell Stoltz <mstoltz@netscape.com>
The following XUL crashes Mozilla on Win98, I expected other results:
-------------------------------------------------------------
....
<browser context="context2" type="content-primary" id="content2"
src="http://www.mozilla.org" flex="1" />
....
function f()
{
a=document.getElementById("content2");
show_props2(a);
}
setTimeout("f()",2000);
-------------------------------------------------------------
Comment 1•25 years ago
|
||
David, could you have a look at this? If not go ahead and pass this back to me,
thanks!
Assignee: jst → hyatt
Summary: Crash with XUL and <browser> → Crash with XUL and <browser>
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
Is this still crashing? We would need a reproduceable testcase. Did Georgi
Guninski send any follow-up?
Comment 4•24 years ago
|
||
This doesn't crash for me. Of course, George didn't provide the show_props2
function. I don't know if that's necessary to reproduce the crash. I do note
that (aside from a 'show_props2 is not defined' error) I get the following
message in the js console when loading the testcase:
"Error: uncaught exception: Permission denied to create wrapper for object"
Marking worksforme for now unless we get more information (which Fabian asked
for in October).
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 5•24 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•