Bug 18467

Summary: REGRESSION (r31155): zagat.com signon page: text is shifted to right
Product: WebKit Reporter: Mike <1337mail>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: hyatt, jchaffraix
Priority: P1 Keywords: HasReduction, Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://www.zagat.com/account/signin.aspx?HID=signin_top_left_ns&SignInKey=HeaderSignInLink&RURL=http://www.zagat.com/index.aspx
Attachments:
Description Flags
Reduction none

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.