Bug 18467 - REGRESSION (r31155): zagat.com signon page: text is shifted to right
Summary: REGRESSION (r31155): zagat.com signon page: text is shifted to right
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Major
Assignee: Nobody
URL: https://www.zagat.com/account/signin....
Keywords: HasReduction, Regression
Depends on:
Blocks:
 
Reported: 2008-04-13 19:15 PDT by Mike
Modified: 2008-04-15 12:29 PDT (History)
2 users (show)

See Also:


Attachments
Reduction (506 bytes, text/html)
2008-04-13 20:01 PDT, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2008-04-13 19:15:12 PDT
I have no clue about the technical aspects of this problem, but on the zagat.com signon page(https://www.zagat.com/account/signin.aspx?HID=signin_top_left_ns&SignInKey=HeaderSignInLink&RURL=http://www.zagat.com/index.aspx), the text is very badly misrendered to the point where it is unreadable.
Comment 1 Matt Lilek 2008-04-13 19:21:12 PDT
Confirmed with r31853. Regression from Safari 3.1.
Comment 2 Matt Lilek 2008-04-13 20:01:29 PDT
Created attachment 20513 [details]
Reduction
Comment 3 Matt Lilek 2008-04-13 20:03:05 PDT
This reduction renders the same in Safari 3.1 and IE7 (which AFAIK is the only other browser to support the CSS zoom property), ToT is the only one borked.
Comment 4 Dave Hyatt 2008-04-13 20:09:01 PDT
Interesting.  What does zoom:0 mean in IE?  I don't know what that means.  We could just ignore it...
Comment 5 Matt Lilek 2008-04-13 20:13:27 PDT
(In reply to comment #4)
> Interesting.  What does zoom:0 mean in IE?  I don't know what that means.  We
> could just ignore it...
> 

I'm not sure.  There was a comment above that rule on the site alluded to something being disabled ("/*Sign In Wrapper (disabled)*/").
Comment 6 Dave Hyatt 2008-04-13 21:12:29 PDT
I guess I'll just fix zoom:0 so that it's ignored.  It seems to be a hack to get elements to "have layout" in IE.
Comment 7 Dave Hyatt 2008-04-15 12:29:03 PDT
Fixed in r31915.