Closed
Bug 263888
Opened 20 years ago
Closed 20 years ago
CSS hiccup: extra pixel of black under white rectangle at top right - firefox adding unwanted padding.
Categories
(Core :: Layout: Floats, defect)
Core
Layout: Floats
Tracking
()
RESOLVED
DUPLICATE
of bug 259683
People
(Reporter: drdelinquent, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
152 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041011 Firefox/0.10.1 The style switching panel at the top right of the page (http://thehunt.net.au/news/) is displayed incorrectly. It consists of two left-floated block <a/> elements within an absolutely positioned <div/>. The containing div should only be large enough to fit the elements, but Firefox renders the div exactly as if it had padding-bottom of 1px. This was not a problem in releases prior to 1.0PR. Reproducible: Always Steps to Reproduce: Simply view the page in Firefox. Actual Results: Firefox incorrectly rendered the page as described above. Expected Results: Rendered the box model according to the CSS standard. This bug was not present in releases prior to 1.0PR.
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.0 Branch
Comment 1•20 years ago
|
||
I can't see the bug, using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040618 Firefox/0.8.0+ But I can see the bug, using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040622 Firefox/0.8.0+ This looks similar to 259683. There it was discovered that the fix for bug 140611 was to blame.
Comment 2•20 years ago
|
||
Notice the white gap below the red (floated) div inside the absolutely-positioned outer div (which has a black background). The width of the gap is the same as the width of the border (10px in this testcase).
Comment 3•20 years ago
|
||
Seeing this on: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041009 Firefox/0.9.1+
Component: General → Layout: Floats
Keywords: testcase
Product: Firefox → Browser
Version: 1.0 Branch → Trunk
Comment 4•20 years ago
|
||
Yeah, looks similar to 259683, but the testcase there seems to be a bit more complicated. Confirming for now, and leaving to someone else to determine whether it's a duplicate.
Assignee: firefox → nobody
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: firefox.general → core.layout.floats
Comment 5•20 years ago
|
||
Given some more testing, I'm now convinced it is a dupe. *** This bug has been marked as a duplicate of 259683 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 6•20 years ago
|
||
Actually, let's mark this dependent for now... the testcases are sufficiently different that they could be different issues.
Updated•20 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Comment 7•20 years ago
|
||
Yeah, ok. This got fixed by the patch to bug 259683 *** This bug has been marked as a duplicate of 259683 ***
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•