[Webkit-unassigned] [Bug 146916] Input buttons rendered at the wrong size when pinching-to-zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 12:25:34 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146916

Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #256772|review-                     |review+
              Flags|                            |

--- Comment #12 from Dean Jackson <dino at apple.com> ---
Comment on attachment 256772
  --> https://bugs.webkit.org/attachment.cgi?id=256772
Patch

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

>> Source/WebCore/platform/mac/ThemeMac.mm:540
>>  {
> 
> Now that we have the scale factors, we should use them to pick the most appropriate control size. i.e. if we have a small control and are really zoomed in, it doesn't make sense to draw a small bitmap in a huge area, when we can get the bigger bitmap by asking for a larger control.

After some discussion on IRC, we'll move this to a followup patch (maybe next cycle). The issue is that we need to know the metrics of all the controls in order to draw the bigger control at the size of the smaller controls.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150714/fa305be2/attachment.html>


More information about the webkit-unassigned mailing list