Bug 86549 - Page Scale + Tiled Drawing: Twitter sign in page content disappears after typing into name and enabling password field
Summary: Page Scale + Tiled Drawing: Twitter sign in page content disappears after typ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-05-15 17:20 PDT by Beth Dakin
Modified: 2012-05-15 17:36 PDT (History)
1 user (show)

See Also:


Attachments
Reduction (288 bytes, text/html)
2012-05-15 17:24 PDT, Beth Dakin
no flags Details
Patch (1.62 KB, patch)
2012-05-15 17:24 PDT, Beth Dakin
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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