Closed
Bug 6264
Opened 25 years ago
Closed 25 years ago
GTK error msg: Assertion 'GTK_IS_LAYOUT (layout)' failed
Categories
(Core Graveyard :: Viewer App, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
M11
People
(Reporter: gerardok, Assigned: pavlov)
References
Details
Version: Seamonkey
Program: Viewer.exe
BuildID: 05-10-1999
Platform: Linux Red Hat 5.2
Opening a second window with JavaScript window.open() generates two Gtk error
messages, as follows:
Gtk-WARNING **: invalid cast from 'GtkVBox' to 'GtkLayout'
Gtk-CRITICAL **: file gtklayout.c: line 276 (gtk_layout_move): assertion
'GTK_IS_LAYOUT (layout)' failed.
Tested on Win NT and there is no failure there. It seems to happen on Linux
only.
Steps to reproduce:
1. Create a file with the following contents:
<HTML>
<HEAD>
<TITLE>test.html</TITLE>
</HEAD>
<BODY>
<SCRIPT type="text/javascript">
window.open("http://bubblegum", "ChildWindow");
</SCRIPT>
</BODY>
</HTML>
2. Load that file in viewer.exe
Actual Results: Gtk error messages displayed in console
Expected Results: No error messages.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
this html code below doesn't pop up any kind of window or anything, so i am
having a hard time reproducing this.
Assignee | ||
Comment 4•25 years ago
|
||
can't debug due to command line arguments that gtk likes causing viewer to crash
in its parsing of them. i doubt 9185 will be fixed by M8, so i'm moving this to
m9
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 5•25 years ago
|
||
the bug i'm depending on changed to M10 so i will too.
Assignee | ||
Comment 6•25 years ago
|
||
i'm crashing on bubblegum
pavlov, I think it's crashing on bubblegum because an unrelated failure. You can
use a different URL in the window.open statement (i.e.
http://bubblegum/test1/hello.html)
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M12
Comment 8•25 years ago
|
||
mass-moving all m12 bugs to m13
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M13 → M11
Assignee | ||
Comment 9•25 years ago
|
||
I removed gtkvboxs all together. this is fixed.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•