Closed Bug 156101 Opened 22 years ago Closed 22 years ago

Mozilla crashed, if the <form>- start tag is between <tr> and <td>

Categories

(Core :: Layout: Form Controls, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: roman, Assigned: rods)

References

()

Details

(Keywords: crash, stackwanted, Whiteboard: [debian])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615
Debian/1.0.0-3
BuildID:    20020615

If i write the <form> tag between 
 <tr> and <td>, the mozilla crashed. I tried a little bit, to see what happened,
when i write the tag elsewhere. 

Reproducible: Always
Steps to Reproduce:
1. look at the given url. I fixed the page at
http://www.romanofski.de/Home/mails.htm
2. just try to write the HTML as described above


Actual Results:  the browser crashed

Expected Results:  don't render the table or render the table correctly. I don't
know if the first code is w3c correct.

I found out, that this code, wouldn't crash the browser:
<tr>
<td width="24%"> <form method="post" action="/cgi-bin/mail.home.cgi">

and this code will crash the browser:
<tr> <form method="post" action="/cgi-bin/mail.home.cgi">
<td width="24%">
wfm using build 2002070604 on Win2k and Linux (trunk).
Can you post Talkback ID for this crash 'mozilla/bin/components/talkback/talkback' ?
Do you mean you crash when Mozilla render the page or do you use Composer to
edit the page ?
Keywords: crash, stackwanted
Mozilla crashed when it render the page. I edit the page with gvim. 
Sorry, but i can't post a talkback id, because i use the debian build. I think
the debian number things should be usefull: Mozilla 1.0
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3

and:
Mozilla Debian Package 1.0.0-3 (unstable)
1.0 release crashes, but
current trunk works
current branch works.

mark.annand: please try a recent build
sorry... not mark.annand... Roman Joost.
Whiteboard: [debian]
need testcase, I mocked up a small example and it didn't crash.
Look at the following URL: my Mozilla vers. crashed
http://www.romanofski.de/Home/mailold.htm. I tried the Alpha Release today and
the bug seems to be fixed.
marking worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.