Summary: | [chromium] Don't use double tap zoom if minimum and maximum page scale is the same | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | yusufo | ||||||
Component: | New Bugs | Assignee: | yusufo | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | aelias, jamesr, webkit.review.bot, yusufo | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
yusufo
2013-01-07 15:57:32 PST
Created attachment 181588 [details]
Patch
Comment on attachment 181588 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181588&action=review > Source/WebKit/chromium/ChangeLog:10 > +We should only try to computed relevant scale and scrollOffset and start the animation > +if the page is zoomable. This now creates an undesired animation for mobile pages which > +are not zoomable. nit: this should be 8-space indented Created attachment 181594 [details]
Patch
Comment on attachment 181594 [details] Patch Clearing flags on attachment: 181594 Committed r139017: <http://trac.webkit.org/changeset/139017> All reviewed patches have been landed. Closing bug. |