Closed
Bug 22601
Opened 25 years ago
Closed 5 years ago
<FORM> tag doesn't work in optimized build.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: yixiong.zou, Unassigned)
References
()
Details
Attachments
(1 file)
1.32 KB,
text/html
|
Details |
if we build viewer using the following switchs on linux:
CFLAGS=-O2 CXXFLAGS=-O2 ./configure --with-pthreads --disable-mailnews --enable-
editor --disable-gtk-mozilla --disable-debug
Run "viewer res:///res/samples/test_form.html", click on the text box, viewer
will crash.
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: beppe → kin
Severity: blocker → normal
Updated•25 years ago
|
Target Milestone: M15
Comment 2•25 years ago
|
||
the breakage must have something to do with the switch settings, if I just
launch the optimized build and display a form sample page (see attached) the app
works just fine. Downgrading to normal and setting to m15
Kin -- can you reproduce this one?
Comment 3•25 years ago
|
||
forgot to set milestone
Accepting bug.
yixiong.zou@intel.com, do you have a stack trace you can add to the bug?
Reporter | ||
Comment 5•25 years ago
|
||
Not yet. The bug only appears with optimized build + switches.
Reporter | ||
Comment 6•25 years ago
|
||
I tested it again. The bug only appears if we build mozilla in release mode,
where we specify CFLAGS etc. Also, if you test the browser using
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=3960, the test page
won't even load. The browser just crashes.
Moving all non-beta1 bugs to M16 since I am going on sabbatical.
Target Milestone: M15 → M16
Comment 9•25 years ago
|
||
marking as later
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Comment 10•25 years ago
|
||
reopening and marking Future...
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Target Milestone: M18 → Future
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: kinmoz → nobody
Status: ASSIGNED → NEW
Comment 12•5 years ago
|
||
Can't reproduce anymore. Feel free to reopen if you can.
Status: NEW → RESOLVED
Closed: 25 years ago → 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•