Fix for 1> "unexpected marker appears(display error) while write silotan in URL bar"
authorbhargavi.k <bhargavi.k@samsung.com>
Thu, 26 Sep 2013 11:54:55 +0000 (17:24 +0530)
committerbhargavi.k <bhargavi.k@samsung.com>
Mon, 30 Sep 2013 07:41:17 +0000 (13:11 +0530)
commit496352120cd8415b1fa0510d10cbb26c615e117a
treec2ae9719d5b82bd58def556318d4596b0ba34bb0
parentbbe874e3f32a2a6d2e818d21c035bf5729134717
Fix for 1> "unexpected marker appears(display error) while write silotan in URL bar"
        2> "unwanted marker icon apperaing in improper position after tap on sign in in outlook.com"

[Title]  Fix for "unexpected marker appears(display error) while write silotan in URL bar"
[Issue#] N_SE-52817 , N_SE-52754
[Problem] text selection handlers are displaying wrong
[Cause]   on page load due to autofcous , handlers of selection is displayed.
[Solution] Added a check for pageloading, during pageload handlers are not drawn.

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