Fix scrolling in iframe over overflow:scroll.
authorJaehun Lim <ljaehun.lim@samsung.com>
Fri, 5 Apr 2013 05:19:21 +0000 (14:19 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 8 Apr 2013 05:46:40 +0000 (14:46 +0900)
commitae13c18885c6acb4cf30d666bfe081bdc61e8d0d
tree4192990a1a9c2c909c5816b2a736b64df5237462
parent4143f5e25d1907ab8b94b5887deee88cb87b7e3a
Fix scrolling in iframe over overflow:scroll.

[Title] Fix scrolling in iframe over overflow:scroll
[Issue#] DCM-1191
[Problem] Scroll is disabled after releasing selected string
[Cause] The EventHandler doesn't sync between the event target
        frame and the focused frame.
[Solution] Change the focused frame  whenever the event target
           frame is changed.

Change-Id: If86e12d21c863c205230df35c3a95cf06fa59419
Source/WebCore/page/EventHandler.cpp
Source/WebCore/page/EventHandler.h
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp