Open
Bug 78094
(float)
Opened 24 years ago
Updated 3 months ago
[meta] Floats Are Broken [FLOAT]
Categories
(Core :: Layout: Floats, defect, P2)
Core
Layout: Floats
Tracking
()
NEW
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.
Reporter | ||
Updated•24 years ago
|
Component: Layout → Tracking
Whiteboard: [Hixie-P1] [Hixie-B]
Reporter | ||
Updated•24 years ago
|
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. :-)
Comment 3•24 years ago
|
||
As much as I hat to do it, reassigning to me.
Assignee: karnaze → attinasi
No longer depends on: 52916
Reporter | ||
Updated•23 years ago
|
Summary: Floats Are Broken → Floats Are Broken [FLOAT]
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.8
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.8 → mozilla1.0
Comment 5•23 years ago
|
||
--> 1.0 for meta-bug
Comment 6•23 years ago
|
||
Alex is looking at floater issues. Reassigning to Alex
Assignee: attinasi → alexsavulov
Status: ASSIGNED → NEW
Comment 7•23 years ago
|
||
Moving to Mozilla1.1. Engineers are overloaded with higher priority bugs.
Target Milestone: mozilla1.0 → mozilla1.1
Updated•23 years ago
|
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)
Comment 9•22 years ago
|
||
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 :) )
Comment 10•22 years ago
|
||
batch: adding topembed per Gecko2 document
http://rocknroll.mcom.com/users/marek/publish/Gecko/Gecko2Tasks.html
Keywords: topembed
->Floats
Assignee: alexsavulov → float
Component: Tracking → Layout: Floats
QA Contact: petersen → ian
Target Milestone: mozilla1.1alpha → ---
Updated•22 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Depends on: 219385
Comment 14•21 years ago
|
||
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>
Comment 15•21 years ago
|
||
> and I found the right place
You didn't. You want bug 14984
Updated•21 years ago
|
Alias: float
Keywords: css1
Comment 16•16 years ago
|
||
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.
Comment 17•16 years ago
|
||
Sounds like you should file a Camino bug. I doubt your issue is related to floats....
Comment 18•16 years ago
|
||
Sorry, didn't realize bug 78094 wasn't specific to Camino. Will file a Camino bug report instead.
Updated•15 years ago
|
Assignee: layout.floats → nobody
QA Contact: ian → layout.floats
Updated•5 years ago
|
Summary: Floats Are Broken [FLOAT] → [meta] Floats Are Broken [FLOAT]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•