Bug 120902 - Don't resize the image to fit the window, if the image is being zoomed
Summary: Don't resize the image to fit the window, if the image is being zoomed
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-09-06 15:31 PDT by Ryosuke Niwa
Modified: 2013-09-12 12:48 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-09-06 15:31:26 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/97e38566bd7bda374dcdb31face0cf77437badf7

This will avoid the annoying image resize when you pinch zoom, etc...
Comment 1 Ryosuke Niwa 2013-09-06 17:15:07 PDT
I tried to merge this but it's too hard for me.
Comment 2 Ryosuke Niwa 2013-09-06 17:16:02 PDT
Tests don't work because onresize is never fired, and the fix doesn't seem to work in Safari/WebKit. There is something weird going on here.