Closed
Bug 653355
Opened 14 years ago
Closed 13 years ago
Table following left-floated table does not clear it, even if it can't fit next to it
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 478834
People
(Reporter: Er.Thirumalai, Unassigned)
Details
Attachments
(3 files, 3 obsolete files)
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
Content formatting failed
Content is not displayed properly
Look at screenshots taken from IE & Firefox
Complete webpage is attached
Reproducible: Always
Reporter | ||
Updated•14 years ago
|
Component: Help Documentation → General
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Reporter | ||
Comment 3•14 years ago
|
||
Reporter | ||
Updated•14 years ago
|
Comment 4•14 years ago
|
||
The content of attachment 528796 [details] has been deleted by
Dave Miller [:justdave] <justdave@mozilla.com>
who provided the following reason:
contains personal information
The token used to delete this attachment was generated at 2011-04-27 23:16:24 PDT.
Comment 5•14 years ago
|
||
The content of attachment 528797 [details] has been deleted by
Dave Miller [:justdave] <justdave@mozilla.com>
who provided the following reason:
contains personal information
The token used to delete this attachment was generated at 2011-04-27 23:16:37 PDT.
Comment 6•14 years ago
|
||
The content of attachment 528798 [details] has been deleted by
Dave Miller [:justdave] <justdave@mozilla.com>
who provided the following reason:
contains personal information
The token used to delete this attachment was generated at 2011-04-27 23:17:04 PDT.
Updated•14 years ago
|
QA Contact: help.documentation → general
Comment 7•14 years ago
|
||
Is your Issue reproducible without Extensions in Safe-Mode and/or using a new Profile?
https://support.mozilla.com/en-US/kb/Safe+Mode
https://support.mozilla.com/en-US/kb/Managing+profiles#Creating_a_profile
Reporter | ||
Comment 8•14 years ago
|
||
I have tried in safe mode as well as in different PC.
But, reverts with the same results.
I have attached the same source page with all personal infomations removed.
Reporter | ||
Comment 9•14 years ago
|
||
I have tried in safe mode as well as in different PC.
But, reverts with the same results.
I have attached the same source page with all personal information removed.
Reporter | ||
Comment 10•14 years ago
|
||
Reporter | ||
Comment 11•14 years ago
|
||
Reporter | ||
Comment 12•14 years ago
|
||
Comment 13•14 years ago
|
||
Confirmed on Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:6.0a1) Gecko/20110501 Firefox/6.0a1
Looks the same (bad) in Firefox 3.6.17 too.
Looks fine in Google Chrome 10.
Status: UNCONFIRMED → NEW
Component: General → Layout
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → layout
Version: 4.0 Branch → unspecified
Updated•14 years ago
|
Attachment #529031 -
Attachment mime type: application/octet-stream → application/zip
Comment 14•14 years ago
|
||
The basic markup looks like this:
<table style="float: left">
</table>
<table>
</table>
where the two tables are too wide to fit next to each other. The second table doesn't end up clearing the float. I'm 99% sure there's an existing bug on this....
Whiteboard: DUPEME
Updated•14 years ago
|
Summary: Content Collapse → Table following left-floated table does not clear it, even if it can't fit next to it
Comment 15•13 years ago
|
||
I'm not seeing an obvious dupe, so at least duping to 478834 for now...
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•