Closed
Bug 415053
Opened 17 years ago
Closed 17 years ago
A black area in page while scrolling.
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
INVALID
People
(Reporter: jan.pieniadz, Assigned: roc)
References
()
Details
Attachments
(1 file)
246.44 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.7) Gecko/2007091417 Firefox/2.0.0.7
A black area in page.
Reproducible: Always
Steps to Reproduce:
1. Open URL http://jx.xoyo.com/zx/news/2008/01/07/117714.shtml
2. Reduce window size, so the horizontal scrollbar appears.
3. Scroll page to the right.
Actual Results:
Black box is visible.
Expected Results:
Page is displayed properly.
This is no bug.
The table spans the full 100% of the viewport. If the viewport's width is reduced, the other content actually overflows. This means the table's computed width is still the one of the viewport.
This is in line with CSS 2.1 and every browser behaves this way (ok, I only tested Fx2, Safari3.1, Opera9.0 and IE7, but that's pretty much).
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•