Open Bug 78094 (float) Opened 23 years ago Updated 11 months ago

[meta] Floats Are Broken [FLOAT]

Categories

(Core :: Layout: Floats, defect, P2)

defect

Tracking

()

Future

People

(Reporter: ian, Unassigned)

References

(Depends on 3 open bugs, )

Details

(6 keywords, Whiteboard: [Hixie-P1] [Hixie-B][CSS1-5.5.25])

This is a meta bug for all the open floater bugs.

It has been created because after being more and more annoyed at floats, I have 
now reached the point where I'm ready to bring this to the next level.

I will buy lunch for whomever fixes floats so that they work properly.

Not just any lunch, either. A decent meal in any restaurant of your choice, so
long as I'm there to thank you in person.
Component: Layout → Tracking
Whiteboard: [Hixie-P1] [Hixie-B]
Does Bug 52916 need to be added to the dependency list?
Ian this bug is wrong assigned ;-), it could be directly assigned to
management@netscape.com. Most of the bug's are buster's bugs, who left netscape
and his bug's to us. So my guess is, that the ultimate fix depends on the
ability to hire somebody on buster's position. So may be you should invest your
lunch in a business lunch with your boss. :-)
Depends on: 52916
As much as I hat to do it, reassigning to me.
Assignee: karnaze → attinasi
No longer depends on: 52916
Depends on: 52916
should bug 66796 be added to the list?
Depends on: 66796
Depends on: 81710
Depends on: 82315
Depends on: 82314
Depends on: 82313
Depends on: 85216
Depends on: 85874
Summary: Floats Are Broken → Floats Are Broken [FLOAT]
Depends on: 85876
Depends on: 86746
Blocks: 103709
Depends on: 69915
Target Milestone: --- → mozilla0.9.8
Depends on: 52242
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.8 → mozilla1.0
--> 1.0 for meta-bug
Alex is looking at floater issues. Reassigning to Alex
Assignee: attinasi → alexsavulov
Status: ASSIGNED → NEW
Moving to Mozilla1.1. Engineers are overloaded with higher priority bugs.
Target Milestone: mozilla1.0 → mozilla1.1
Whiteboard: [Hixie-P1] [Hixie-B] → [Hixie-P1] [Hixie-B][CSS1-5.5.25]
Not sure if this is the right place, maybe someone can note the correct bug...

This is a bug when the page loads slowly. Floated image screws up. Should be in
the top left corner. Works fine if page loads fast, or offline. Really annoying. 

http://scootrs.com/moz/floatbug.jpg

Anyone know a workaround? Or is the code wrong?

http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&item=1836895480
(only good for 40 days)
Yes, this is the wrong place to post this.
This is a meta bug to keep track of other bugs, not a place to post new bugs in.

Report new bugs in a new bugthread (however in this specific case I would not
bother, since looking at the page source reveals it's very buggy. Next time
check a page at http://validator.w3.org before posting issues as a bug :) )
batch: adding topembed per Gecko2 document
http://rocknroll.mcom.com/users/marek/publish/Gecko/Gecko2Tasks.html
Keywords: topembed
Keywords: topembed
Blocks: grouper
Bulk adding topembed keyword.  Gecko/embedding needed.
Keywords: topembed
removing topembed as this is a meta
Keywords: topembed
->Floats
Assignee: alexsavulov → float
Component: Tracking → Layout: Floats
QA Contact: petersen → ian
Target Milestone: mozilla1.1alpha → ---
Priority: -- → P2
Target Milestone: --- → Future
I hope you understand my english and I found the right place ;-)

If i use a table with 100% the content in the table overlaps the flaoting image.
The table should be handled as block with line-break a after the imgage.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head><title>Float Problem Imgages</title></head>

<body>
<p><img src="schleimmonster.jpg" width="200" height="283" border="0" alt="test"
style="margin-left: 10px; margin-bottom: 1em; float: right" /></p>

<table style="width:100%; border: 1px solid #000">
<tbody>
<tr>
<td>Tabelle</td>
<td>Tabelle Tabelle Tabelle Tabelle Tabelle Tabelle Tabelle Tabelle Tabelle</td>
</tr>
</tbody>
</table>

</body>
</html>
> and I found the right place

You didn't.  You want bug 14984
Alias: float
Keywords: css1, mozilla1.0css2
Sorry if this is the wrong place...I'm not sure if this is related or if it's a different bug. If you first go to this page to "select" the theme http://demo.jauhari.net/?wptheme=Prosumer then go to this page to see the test post http://demo.jauhari.net/the-power-of-social-media/ you will *not* see the picture in that post. It seems like there's a problem where (at least for that particular Wordpress theme) that if you use a span style float:left;margin-right:10px; to wrap the text around the picture, the picture doesn't even show up in Camino. The page displays correctly in Mac OS X Safari 3.1.2 and Firefox 3.0.5.
Sounds like you should file a Camino bug.  I doubt your issue is related to floats....
Sorry, didn't realize bug 78094 wasn't specific to Camino. Will file a Camino bug report instead.
Assignee: layout.floats → nobody
QA Contact: ian → layout.floats
Depends on: 543070
Depends on: 696287
No longer depends on: 696287
Summary: Floats Are Broken [FLOAT] → [meta] Floats Are Broken [FLOAT]
Severity: normal → S3
Depends on: 1833238
You need to log in before you can comment on or make changes to this bug.