Closed
Bug 468693
Opened 16 years ago
Closed 6 years ago
Select and paragraph inside list floating differently than Firefox 3
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mkaply, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: regression)
Attachments
(3 files)
Testcase attached.
Basically I'm getting different interaction in a list between a select and a paragraph than I did in Firefox 3.
Comment 1•16 years ago
|
||
If you mean the position, the cause should be in here: http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2008-06-10+15%3A00%3A00&enddate=2008-06-10+20%3A00%3A00
Maybe this changeset without bug: 5c30c5953d22 ?
Reporter | ||
Comment 2•16 years ago
|
||
Yeah, talking about position. This is actually a larger problem in our app, but when I started narrowing it down, this is the main difference that I found.
Comment 3•16 years ago
|
||
Yeah, that layout changed with bug 50630.
Fx 3.1 + now behaves like WebKit and Opera - in Standards mode. Opera shows differences between Standard and Quirks mode.
It is interesting to see that there differences between the browsers regarding the listmarker (with Opera 10alpha putting two listmarkers) I'll attach a screenshot next.
Comment 4•16 years ago
|
||
Testcase as seen in Standards mode
Various browsers, I added the UA string in the testcase to distinguish them...
Comment 5•16 years ago
|
||
The change in float placement and thus the wrapping of the select around the float is an expected change from bug 50630. I'm a little surprised the bullet isn't moving along with the select, though.
Reporter | ||
Comment 6•13 years ago
|
||
Just verified this is still a problem. Looking at chrome, they put the bullet next to the select. We don't.
Tested this on the newest version of Nightly with the following specs:
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
And there still seems to be a different behavior on the test case between the newest version of Nightly and Google Chrome. I've attached a test case that shows the difference.
Google Chrome is on the left
Nightly is on the right
Flags: needinfo?(dbaron)
Regarding the need info flag in Comment 7, I want to see if this remains a pertinent issue or if this bug should be closed.
Comment 9•8 years ago
|
||
Seems like the bullet position is the issue that needs fixing, and that hasn't changed.
Flags: needinfo?(dbaron)
Comment 11•6 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•