Text selection is updated by timer when webview's geometry is changed.
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 31 Jul 2013 14:15:08 +0000 (23:15 +0900)
committerTaeyun An <ty.an@samsung.com>
Thu, 10 Oct 2013 07:51:06 +0000 (16:51 +0900)
commitf443518988627a1924f9a58474c47ad61c71aa7f
tree2f64e76ed41c9d445c6013671a9572261c744050
parentd298caf03684753b1cb39ec78d629c95978d9d2e
Text selection is updated by timer when webview's geometry is changed.

[Title] Text selection is updated by timer when webview's geometry is changed.
[Issue#] P130730-4510
[Problem] When text selection is working and screen is rotated in Email composer,
          webview is not scrolled smoothly.
[Cause] Whenever webview is scrolled, webview's geometry is changed.
        And whenever webview's geometry is changed, text selection is updated immediately.
        So, function to show context menu is called too many during scrolling.
[Solution] Added timer for updating text selection.
           - When webview's geometry is chagned, text selection is updated by timer.

Change-Id: I1cfdcf0145d6de08a95a0d17535dc50210faad95
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp