Closed Bug 512631 Opened 15 years ago Closed 15 years ago

Layout and css of Mint.com is broken on trunk and 1.9.2 branch

Categories

(Core :: Layout, defect, P2)

defect

Tracking

()

VERIFIED FIXED
mozilla1.9.3a1
Tracking Status
status1.9.2 --- beta1-fixed

People

(Reporter: tchung, Assigned: dbaron)

References

(Depends on 1 open bug, )

Details

(Keywords: verified1.9.2)

Attachments

(3 files)

The layout and css of Mint.com is completely broken on Namoroka.  If you compare it side by side to shiretoko branch, you can see the following differences:
- Tabs are mirating to the bottom right.  ("Features", "Why use mint", "Ways to Save", etc..  also "Understand your Money", "All your accounts...", "Easy")
- scroll down, and the green background is lighter than shiretoko.
- If you log in, there is missing form areas (eg. change your address)

Namoroka screenshot: 
1) http://www.grabup.com/uploads/a38852d2bab2ef0a337a2c48ebc65d32.png
Shiretoko screenshot:
1) http://www.grabup.com/uploads/631ca1d2413cf1e71ff8c4216748d70b.png

Namoroka screenshot:
2) http://www.grabup.com/uploads/6be27793297751536859fb98b0ecb994.png
Shiretoko screenshot:
2) http://www.grabup.com/uploads/4460299351de89a743e60219615f5929.png

Tested on: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a2pre) Gecko/20090825 Namoroka/3.6a2pre
Here's a screenshot of the missing formfield on namaroka.

Namaroka: 
- http://www.grabup.com/uploads/5748df880ad0ca0b1316b02849831853.png
Shiretoko: 
- http://www.grabup.com/uploads/ac3be1325b72d821706018aeae920718.png
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a1pre) Gecko/20090825 Minefield/3.7a1pre

Also broken on Windows.
OS: Mac OS X → All
Hardware: x86 → All
affects trunk builds as well.
Summary: Layout and css of Mint.com is broken on 1.9.2 branch → Layout and css of Mint.com is broken on trunk and 1.9.2 branch
Version: 1.9.2 Branch → Trunk
Regression range:

http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=bc6ffc794fc1&tochange=bf206df7eff9

The darker green background, and the missing formfield seem to be another issue altogether.   Likely a separate bug here, since the regression for those areas dont match up.
Keywords: regression
I don't see the issue with the darker background-color (OS X 10.5.8).

The issue with the link blocks that display as a staircase is likely this:
311576cc5f51	L. David Baron — Make lines with only a bullet take up height. (Bug 179596 / Bug 507187) r=roc

cc'ing Dbaron
Attached file minimized test case
The blocks of links that display as a staircase is an unordered list with 
list-style:none; containing links set to float left. The list-items (li) are unstyled.
I suppose we could make Has[Outside]Bullet return false when 'list-style-type' and 'list-style-image' are 'none', even if 'display' is 'list-item'.

Do other browsers have the same behavior when the 'list-style: none' is removed?  I'd hope they do.
Flags: blocking1.9.2?
Attached image screenshot
(In reply to comment #7)
 
> Do other browsers have the same behavior when the 'list-style: none' is
> removed?  I'd hope they do.

The screenshot tells the whole story I hope. Same testcase, without the list-style:none. Browsers don't agree about the position of the list-marker.

Background is IE 8, Win 7RC in a VM. Foreground: top-right is Minefield, bottom-left is WebKit latest, bottom-right is Opera 10rc.
Well, that at least shows that the right fix for this bug is to condition the code that caused the regression on the condition in comment 7.
Assignee: nobody → dbaron
Attached patch patchSplinter Review
This conditions the recently-added code on the bullet being non-empty.
Attachment #399508 - Flags: review?(roc)
Flags: blocking1.9.2? → blocking1.9.2+
Priority: -- → P2
http://hg.mozilla.org/mozilla-central/rev/3d331523f2ad
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Depends on: 516105
Verified fix on Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a2pre) Gecko/20090918 Namoroka/3.6a2pre
and Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.4pre) Gecko/20090918 Shiretoko/3.5.4pre
Status: RESOLVED → VERIFIED
See Also: → 1605401
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: