White screen and scrollbar while touching big and fitted image.
authorRyuan Choi <ryuan.choi@samsung.com>
Tue, 8 Oct 2013 03:15:23 +0000 (12:15 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 8 Oct 2013 07:13:45 +0000 (07:13 +0000)
commit433bfc0fe0f8cea36eb5d8f7e55f425bb86a79be
treed82132bbe96d0ff0fe7b542666c1f9b335cab250
parent57fc33491bb83cd185cb704cddb52285a0ccbd70
White screen and scrollbar while touching big and fitted image.

[Title] White screen and scrollbar while touching big and fitted image.
[Issue#] N_SE-45748
[Problem] When loaded image, fitting is a feature of webkit and scaled up when clicked.
          But, scaling is consist of two step.
          scaling and scroll.
          Because of multi process arch, these are sent individusaly.
          So, screen was blinked one time.
[Cause] clicking is not proper mobile.
[Solution] Disable scale behavior of clicking image.
           webkit have an option to disable it, but it has another side effect.
           So I just guard it as workaround.

Change-Id: I6ea74d3b22e7207a5cac772c522f51bb141499a1
Source/WTF/wtf/Platform.h
Source/WebCore/html/ImageDocument.cpp