Closed
Bug 5147
Opened 26 years ago
Closed 26 years ago
[PP]button sequence causes crash
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M6
People
(Reporter: chadh, Assigned: ramiro)
References
()
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
The test #8 page has a form with three buttons in a row labelled
"submit", "reset", and "button".
After loading the page, clicking the buttons in this order:
1. "button"
2. "reset"
3. "submit"
crashes viewer and apprunner (m4). The messages in the console
are:
------------------------------------------------------------
url=file:///home/chadh/mozilla/m4/res/samples/test8dom.html
data=?
Gtk-WARNING **: invalid cast from `(unknown)' to `GtkObject'
Gtk-CRITICAL **: file gtkobject.c: line 1037 (gtk_object_get_data): assertion
`GTK_IS_OBJECT (object)' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1395 (gtk_widget_destroy):
assertion `GTK_IS_WIDGET (widget)' failed.
------------------------------------------------------------
Red Hat Linux 5.1 (2.0.36 kernel) on Pentium 166 with 64 MB RAM and Diamond
Stealth 3D 2000 (ViRGE chipset, 2 MB). Window Maker 0.52.0 and XFree86 3.3.3.1
SVGA server.
Reporter | ||
Comment 1•26 years ago
|
||
Severity: critical → major
Summary: Button sequence causes crash → [PP]button sequence causes crash
under nt 4, i don't see a crash (using the april 15 m5-series build).
Assignee | ||
Updated•26 years ago
|
Assignee: karnaze → mcafee
linux specifc bug.
reassign to ramiro@netscape.com
Updated•26 years ago
|
Assignee: mcafee → karnaze
Comment 4•26 years ago
|
||
Why was this assigned to XPToolkit? reassigning to karnaze, since it is a crash
in forms widgets on Viewer as well as AppRunner. cc ramiro
Updated•26 years ago
|
Assignee: karnaze → ramiro
Comment 5•26 years ago
|
||
Reassigning to Ramiro.
Reporter | ||
Comment 7•26 years ago
|
||
Tried Apr 20 Linux build -- it defaults to GFX widgets rather than native. No
crashes using either widget type, although using native widgets I do see the
following message four times at the console on form submit:
Gtk-CRITICAL **: file gtkwidget.c: line 3800 (gtk_widget_add_events): assertion
`!GTK_WIDGET_NO_WINDOW (widget)' failed.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 10•26 years ago
|
||
cant reproduce, marking worksforme.
Comment 11•26 years ago
|
||
looked at this using red hat linux 5.2, build id 1999052008. i can't get it to
crash.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•