Closed
Bug 218956
Opened 21 years ago
Closed 16 years ago
[border-collapse] right side of page cut off, scroll bar does not scroll far enough to display edge.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ecarpenter, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
699 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5b) Gecko/20030909
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5b) Gecko/20030909
I don't know if it is a table problem, but the page does use a table.
It also doesn't happen every time, and I can't figure out what makes it happen
and what prevents it.
Reproducible: Sometimes
Steps to Reproduce:
1. type www.colbsa.org into browser address window
2.
3.
Actual Results:
right side of page is cut off. Scroll bar at bottom goes part way over but still
cuts off part of page.
Expected Results:
scroll farther over.
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
Confirming bug, 2003-09-11-05 trunk Linux.
Only occurs for border-collapse:collapse and forcing an early reflow using
"Hyatt's nifty trick":
http://weblogs.mozillazine.org/hyatt/archives/2003_08.html#003963
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Windows 98 → All
Summary: right side of page cut off, scroll bar does not scroll far enough to display edge. → [border-collapse] right side of page cut off, scroll bar does not scroll far enough to display edge.
Reporter | ||
Comment 3•21 years ago
|
||
This still happens. It seems related to the size of the table at the bottom of
the page -- it will only scroll far enough left to include that table, even if
the table farther up the page is cut off. If you click through, then go back to
it using the "back" button, it will display correctly!
Mats this looks like wfm with current trunk
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Comment 5•16 years ago
|
||
Yes, wfm too. Could you please flag the bugs you resolve with in-testsuite?
when there is testcase attached to the bug? I think it would be valuable to
add these as reftests because they are often edge cases and it makes sure we
have good code coverage in the tests. (Or even better, make a reftest and
just check it in ;-) )
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•