Closed Bug 4525 Opened 26 years ago Closed 25 years ago

layer with overflow:scroll not correct width?

Categories

(Core :: Layout, defect, P1)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: villmow, Assigned: troy)

Details

problem found on M3 builds, 3/28, & 4/02 on win95 and linux <HTML> <HEAD> <TITLE>Window</TITLE> <STYLE TYPE="text/css"> <!-- .base { position:absolute; top:5; left:5; width:600;height:400; background-color:#C0C0C0; border: double 2px #0000FF; } #frame { top:10; left:10; position:absolute; color:black; background-color:#FFFFFF; border: double 2px #0000FF; overflow:scroll; width:400px; height:100px; } #menu { top:115; left:10; position:absolute; background-color:#FFFFFF; border: double 2px #0000FF; overflow:none; width:400px; height:100px; } --> </STYLE> </HEAD> <BODY> <DIV ID="BaseDiv" class="base"> <DIV ID="frame">overflow:scroll;</DIV> <DIV ID="menu">overflow:none;</DIV> </DIV> </BODY> </HTML>
Status: NEW → ASSIGNED
Priority: P1
Target Milestone: M6
Target Milestone: M6 → M5
Target Milestone: M5 → M6
Target Milestone: M6 → M5
I just started looking into this problem. An interesting data point to note is that it's okay for "overflow:auto" which means the problem is specific to "overflow:scroll"
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Fixed in the June 2 Build.
You need to log in before you can comment on or make changes to this bug.