Closed
Bug 239421
Opened 21 years ago
Closed 19 years ago
{inc}extra margin
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bertrand.croq, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
3.51 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2) (KHTML, like Gecko)
Build Identifier: Debian/GNU/Linux and Windows ?2000
The given page presents a list on the left, and a "configuration" on the right.
When loaded, there is no configuration on the right and the layout is ok. When
clicking on "a" or "b" in the list, the configuration appears on the right, but
there is an extra margin at the bottom of the box!
I used DOM inspector to find which box was generating this margin but I wasn't
able to find it.
Reproducible: Always
Steps to Reproduce:
1. load the given url
2. click on "a"
Actual Results:
An extra margin appears at the bottom of the page
Expected Results:
This extra margin shouldn't be here (it is not present with Konqueror)
![]() |
||
Comment 1•21 years ago
|
||
Not a bug in painting...
The problem is that the height of the form changes but the clearance margin of
the div below it does not. It probably should.
Reporter, you could attach the testcase to this bug so it won't get lost, that
would be much appreciated.
Assignee: roc → nobody
Component: Layout: View Rendering → Layout: Floats
QA Contact: ian → core.layout.floats
Updated•21 years ago
|
Summary: extra margin → {inc}extra margin
Comment 2•21 years ago
|
||
Updated•21 years ago
|
Comment 3•19 years ago
|
||
Testcases appear to behave the same way in these two builds:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch)
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
Comment 4•19 years ago
|
||
WFM, SeaMonkey 2006120701 (pre reflow branch) and 2006120801 (post) on Linux.
-> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•