Closed
Bug 288576
Opened 20 years ago
Closed 20 years ago
horizontal scrollbar added to DIV
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 286794
People
(Reporter: jab_creations, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file, 1 obsolete file)
|
253 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050331 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050331 Firefox/1.0+ I just downloaded the second nightly build of which a horizontal scrollbar now appears on the white div.body on my site. Reproducible: Always Steps to Reproduce: Expected Results: DIV should NOT have a horizontal scrollbar. Nightly builds were doing just fine until this... Doesn't effect the frontpage of my site.
| Reporter | ||
Comment 1•20 years ago
|
||
The DIV gets the horizontal scrollbar from the <table class="body"....
Thing is there is no border...
table.body {
border: 0px;
border-collapse: collapse;
width: 100%;
}
... so there should be no horizontal scrollbar. If this is not the case what
could force the table (that if absolutely necessary for formating purposes) to
go over 100% width and create a horizontal scroll for the DIV?
Updated•20 years ago
|
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
| Reporter | ||
Comment 2•20 years ago
|
||
Here is a general HTML testcase that gives a basic example of the code.
Updated•20 years ago
|
Keywords: regression
Comment 4•20 years ago
|
||
Try to minimize testcases as much as possible before adding them to bugs. Removing the border-collapse makes the scrollbar to go away.
Updated•20 years ago
|
Attachment #179697 -
Attachment is obsolete: true
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 286794 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•