Closed Bug 288576 Opened 20 years ago Closed 20 years ago

horizontal scrollbar added to DIV

Categories

(Core :: Layout, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 286794

People

(Reporter: jab_creations, Unassigned)

References

()

Details

(Keywords: regression, testcase)

Attachments

(1 file, 1 obsolete file)

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.
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?
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Here is a general HTML testcase that gives a basic example of the code.
+kw testcase
Keywords: testcase
Keywords: regression
Attached file Minimized testcase
Try to minimize testcases as much as possible before adding them to bugs. 

Removing the border-collapse makes the scrollbar to go away.
Attachment #179697 - Attachment is obsolete: true

*** 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.

Attachment

General

Created:
Updated:
Size: