Open
Bug 181809
Opened 22 years ago
Updated 3 years ago
paragraphs are rearranged during reflow
Categories
(Core :: Layout, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: keith, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021119
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021119
double-clicking the word "The" at the top of this page (after the anchor has
been scrolled to) selects the header "Executable JAR Files" and the paragraph
below it.
Reproducible: Always
Steps to Reproduce:
using experimental/xft build
Comment 1•22 years ago
|
||
confirmed with linux trunk build 20021123
That's only the start of the weirdness. Start at 'The -jar Option' and drag
select to the end of the page. The problem seems to be that the paragraphs are
out of order (!). It should be:
"The -jar Option", "Executable JAR Files", "The jre Command" and "Compatibility"
Mozilla displays it as:
"The -jar Option", "The jre Command", "Compatibility" and "Executable JAR Files"
The second half of the page is in italics because it has:
<i>The Java Versioning Specification</tt>
Interestingly, if I correct that (</tt> ==> </i>), then I do not see the
problem. Also, loading locally, the problem does not appear. Loading from a
relatively fast server sometimes exhibits the bug, so it seems to be
reflow/timing related.
One time, I even got the "The jre Command" section to repeat itself.
resummarizing
==> Layout
Assignee: asa → other
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
QA Contact: asa → ian
Summary: double-clicking a word selects other, unrelated paragraph → paragraphs are rearranged during reflow
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
i can't see the rearrangement on Mozilla1.2b.
but selecting that paragraph will rusult in some strange thing.
![]() |
||
Comment 3•22 years ago
|
||
Is this still a problem? I can't reproduce the reordering, no matter how many
times I reload or shift-reload....
Comment 4•22 years ago
|
||
with linux trunk 20030503, I see:
"Executable JAR Files" "The jre Command" "Compatibility" "The jre Command"
![]() |
||
Comment 5•22 years ago
|
||
Hmm.. using http pipelining or not?
Comment 6•22 years ago
|
||
I was using pipelining, but disabling it doesn't help. Also View Source shows
the source just fine, so probably not networking.
Updated•16 years ago
|
Assignee: layout → nobody
QA Contact: ian → layout
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•