Closed Bug 194301 Opened 22 years ago Closed 15 years ago

Inline form element does not break line properly [only on initial load on slow connection]

Categories

(Core :: DOM: HTML Parser, defect, P4)

x86
All
defect

Tracking

()

RESOLVED FIXED
Future

People

(Reporter: spam.mailbox, Unassigned)

References

()

Details

(Keywords: testcase, Whiteboard: [fixed by the HTML5 parser])

Attachments

(1 file, 2 obsolete files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030220 Phoenix/0.5 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030220 Phoenix/0.5 Go to http://www.robotwisdom.com/ and observe the positioning of the site-search input-box. It is not in the right place - BUT, Click on a link that takes you off the page. Click BACK. Upon returning, the box is in the right place. Reproducible: Always Steps to Reproduce: 1. Go to http://www.robotwisdom.com/ 2. Look at incorrect placement of search box 3. Click on any link 4. Click BACK 5. Observe that box is now correctly placed. Actual Results: The search box was placed correctly Expected Results: Place the search box correctly upon first visiting
cannot reproduce with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030214
must be in this format for the error to occur: <inline_element><form_element/>text text text<inline_element>
Assignee: asa → other
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
QA Contact: asa → ian
Summary: Inconsistant formatting → Inline form element does not break line properly [only on initial load on slow connection]
Priority: -- → P4
Target Milestone: --- → Future
Blocks: 200047
Reproduced on Mozilla 1.4a / W2k As usual, a zoom + / zoom - solves the issue.
a zoom + / zoom - does not solve the issue here. It looks better, but it's still not correctly placed.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030822 error still seen on http://www.robotwisdom.com/ error not seen on testcase, connection 64 kbs ISDN
Attached file testcase (obsolete) —
testcase exhibits the bug with linux trunk 2003081822. "foo" appears to the right of "bar" instead of below it. I load this testcase using a php script that pauses momentarily between each line. Might not be reproducible loading as a bugzilla.
Attached file testcase (obsolete) —
ugh. wrong file. this is the testcase.
Attachment #130350 - Attachment is obsolete: true
Any idea if this is related to the Parser's fixup or to {ib} frame construction? Does DOM inspector show a different content tree when the problem occurs?
for the testcase (when the bug exists), DOM Inspector says: <small></small> <form> <small> foo bar </small> </form> testcase without the bug: <small> <form> foo </form> bar </small>
Keywords: testcase
OS: Windows XP → All
->Parser
Assignee: other → harishd
Component: Layout → Parser
Attachment #130351 - Attachment is obsolete: true
Assignee: harishd → nobody
QA Contact: ian → parser
We now have a deterministic HTML parser.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by the HTML5 parser]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: