Closed
Bug 9127
Opened 25 years ago
Closed 25 years ago
select element inside div or p freezes viewer
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: rickg)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
As a first guess, I'm filing this on Parser because it only happens if the
document is HTML (not XHTML). It could be just about anything, though...
viewer freezes on showing the test case to be attached, which contains a select
element (with a few options) inside a p element (div works too). This freezes
viewer while it is loading the document.
I've seen select elements many other places, so it may only happen in certain
simple cases (particularly when not inside a form). Removing the p or div fixes
the freeze, as does putting a form around the p or div.
It freezes after showing the following in the text window:
Using '/home/david/mozilla/src/mozilla/dist/bin' as the resource: base
Got the event queue from the service
Calling gdk_input_add with event queue
Reading file...
Reading file...Done
Reading file...
Reading file...Done
Note: frameverifytree is disabled
And the last thing it shows in the status bar is:
file:///home/david/... .../test2.html: start
Tested on:
* Linux opt build from mozilla.org, 1999-06-30
* Linux debug build from source, pull morning of 1999-06-29
Reporter | ||
Comment 1•25 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•25 years ago
|
||
Verified fixed. No longer crashes. Bug 9421 opened on remaining issues.
You need to log in
before you can comment on or make changes to this bug.
Description
•