Bug 86549

Summary: Page Scale + Tiled Drawing: Twitter sign in page content disappears after typing into name and enabling password field
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Reduction
none
Patch oliver: review+

Description Beth Dakin 2012-05-15 17:20:02 PDT
1. Go to twitter.com
2. Use the pinch gesture to zoom in the page
3. Type anything into name field
4. Click into password field

Reduction attached. To reproduce with the reduction, just hover and un-hover the document after zooming in via pinch gesture.

<rdar://problem/11415352>
Comment 1 Beth Dakin 2012-05-15 17:24:17 PDT
Created attachment 142105 [details]
Reduction
Comment 2 Beth Dakin 2012-05-15 17:24:38 PDT
Created attachment 142106 [details]
Patch
Comment 3 Simon Fraser (smfr) 2012-05-15 17:30:07 PDT
Comment on attachment 142106 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=142106&action=review

> Source/WebCore/ChangeLog:12
> +        when there was any kind of scale on the context. Instead, just call 

Not strictly any kind of scale; a scale > 1.
Comment 4 Beth Dakin 2012-05-15 17:33:37 PDT
(In reply to comment #3)
> (From update of attachment 142106 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=142106&action=review
> 
> > Source/WebCore/ChangeLog:12
> > +        when there was any kind of scale on the context. Instead, just call 
> 
> Not strictly any kind of scale; a scale > 1.

True! Will fix.
Comment 5 Beth Dakin 2012-05-15 17:36:57 PDT
Thanks Oliver! http://trac.webkit.org/changeset/117196