Closed Bug 134407 Opened 23 years ago Closed 23 years ago

paragraph text not flowing properly

Categories

(Core :: Layout, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 131802

People

(Reporter: mjw, Assigned: attinasi)

References

()

Details

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020326
BuildID:    20020326

I have a page with a <div> with the following CSS associated:

    #main {
       position: fixed;
       width: auto;
       height: auto;
       top: 0px;
       bottom: 120px;
       left: 111px;
       right: 0px;
       margin-top: 5px;
       margin-bottom: 5px;
       margin-left: 5px;
       margin-right: 5px;
       overflow: auto;
       background-color: transparent;
       z-index: 4;
    }

When the page is initially loaded, each paragraph appears as a single line which
flows off right side of the the <div>.  If the text was formatted properly,
there would be enough text to require a slider bar along the right side of the
<div>, and a slider does appear, so Mozilla is performing this calculation
properly.  If you click on the slider, the text reflows properly. 


Reproducible: Always
Steps to Reproduce:
Go to http://woogie.net/demo/
worksforme with linux build 20020329.  please try a newer build.
Attached file minimal testcase
i'm seeing this with linux trunk 2002030116

marking as dupe bug 131802: paragraph doesn't wrap until a forced reflow

*** This bug has been marked as a duplicate of 131802 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Changing QA contact
QA Contact: petersen → moied
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: