Closed Bug 366162 Opened 18 years ago Closed 16 years ago

div with overflow auto hides content at 32768 pixel mark

Categories

(Core :: Layout, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 215055

People

(Reporter: mozilla, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1

A div element with dimension > 2^15 pixels and overflow:auto hides inner content beyond 2^15 pixels (in either dimension, x or y or both).

I couldn't find a similar record with this problem.

Reproducible: Always

Steps to Reproduce:
<html>
<body>

<!--here is the div whose content is hidden...-->
<div style="float:left;overflow:auto;border:5px solid black;height:33500px;">
<div style="background-color:#0000FF; width:50px;height:33000;"></div>
</div>

<!--here is how the above should look-->
<div style="float:left;margin-left:10px;border:5px solid black; width:50px;height:33500px;">
<div style="background-color:#0000FF; width:50px;height:33000;"></div>
</div>


</body>
</html>


Expected Results:  
The side by side divs should be the same.  The one on the left is cut off at 2^15 pixels...
Setting overflow to scroll has the same effect.
dup of bug bug 307405 ->  bug 255706 ? 
Whiteboard: DUPEME
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: