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)
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)
27 bytes,
text/html
|
Details |
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
Comment 1•22 years ago
|
||
cannot reproduce with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030214
Comment 2•22 years ago
|
||
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]
Updated•22 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 3•22 years ago
|
||
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.
Comment 5•21 years ago
|
||
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
Comment 6•21 years ago
|
||
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.
Comment 7•21 years ago
|
||
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?
Comment 9•21 years ago
|
||
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
Comment 11•19 years ago
|
||
Updated•19 years ago
|
Attachment #130351 -
Attachment is obsolete: true
Updated•15 years ago
|
Assignee: harishd → nobody
QA Contact: ian → parser
Comment 12•15 years ago
|
||
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.
Description
•