Closed
Bug 267353
Opened 21 years ago
Closed 19 years ago
table resized with div float (-moz-float-edge issue)
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: little3lue, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
When creating a floating div in a table, it appears to resize the table for
other blovk level components.
I did not test for all, but <HR /> will stretch out past the div's width.
Web developer tools still outline the table as beings its normal width.
Reproducible: Always
Steps to Reproduce:
1.Make a <table> with a set width, smaller than page width.
2.Add a div with (for example) style="float:left; width:100px;" inside a <td>
3.Add a <hr>
Actual Results:
the HR will stretch out of the table size.
Expected Results:
the hr should stay within the table dimensions. Just like text does.
FireFox 1.0 Preview Release
Base Theme
Not many extensions, all of which are popular.
Comment 1•21 years ago
|
||
CAn you please attach a testcase showing the problem?
https://bugzilla.mozilla.org/attachment.cgi?bugid=267353&action=enter
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Browser
QA Contact: firefox.general → core.layout
Version: unspecified → 1.7 Branch
| Reporter | ||
Comment 2•21 years ago
|
||
I am running Firefox 0.10 RC2 which i downloaded today.. and this is still a
bug.
Comment 3•21 years ago
|
||
This is an issue with -moz-float-edge, and almost certainly a duplicate.
Summary: table resized with div float → table resized with div float (-moz-float-edge issue)
Whiteboard: DUPEME
oops...
> almost same as bug# 244932
Updated•20 years ago
|
Comment 6•19 years ago
|
||
Works in 2006-12-08-01 but not in 2006-12-07-01. Fixed by reflow branch landing.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Depends on: reflow-refactor
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
This is really similar to bug 244932, but I'm going to make a reftest for it anyway since the testcase does have a different usage scenario.
Whiteboard: DUPEME
Comment 8•18 years ago
|
||
Attachment #257628 -
Flags: review?(dbaron)
Comment on attachment 257628 [details] [diff] [review]
Reftests
Checked in after testing in pre- and post-reflow-branch builds.
Attachment #257628 -
Flags: review?(dbaron) → review+
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•