Closed
Bug 7725
Opened 27 years ago
Closed 27 years ago
PP: Mozilla M6 crashes on Drop Box
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: srinivasan, Assigned: ramiro)
References
(
URL
)
Details
Load /res/samples/test8.html. Go to the middle of the page just below the text
area.
Click on the third List Box, which drops down to show OPTION1 and OPTION2.
Immediately, mozilla crashes and dumps "core" with this message:
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 361212 error_code 8 request_code 2 minor_code 0
The same error occurs when this code is loaded and dropped down. The message now
is:
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 198701 error_code 8 request_code 2 minor_code 0
<HTML><HEAD>
<TITLE>Mozilla bug : Test for DropBox </TITLE>
</HEAD>
<BODY>
<FORM>
<TR>
<TD><SELECT NAME=op_sys><OPTION VALUE="All">All<OPTION VALUE="Unix">Unix<OPT
ION VALUE="Linux">Linux
</SELECT>
</TR>
</table>
</B></FONT><BR>
</FORM>
</BODY>
Addl. details:
The system is SunOS 5.6
uname -a
SunOS myhostname 5.6 Generic_105181-03 sun4u sparc SUNW,Ultra-60
gtk-config --version
1.2.3
libIDL-config --version
0.6.5
mozilla-tarball-name
mozilla-5.0-M5.tar.gz
Updated•27 years ago
|
Assignee: karnaze → ramiro
Component: HTMLTables → Widget Set
Comment 1•27 years ago
|
||
Reassigning to Ramiro.
Updated•27 years ago
|
QA Contact: chrisd → phillip
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → DUPLICATE
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•