Fixed somtimes focus ring is shown twice.
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 10 Jul 2013 06:31:25 +0000 (15:31 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 10 Jul 2013 07:09:54 +0000 (16:09 +0900)
commit8f566ef0c2e5690f430f3a7e1a6a943e3efb6856
tree2df6f7a21cda42bfeb5a076912a932591254fcd1
parent17cf3620bd51a9bf310617edfe0625f0e84af476
Fixed somtimes focus ring is shown twice.

[Title] Fixed somtimes focus ring is shown twice.
[Issue#] N/A
[Problem] Somtimes, focus ring is shown twice.
[Cause] When tap is performed in handleGestureEvent() function,
        although timer for showing focus ring has expired(focus ring had already shown and hidden),
        function to show focus ring is called again.
[Solution] When tap is performed in handleGestureEvent() function,
           if timer for showing focus ring has expired(focus ring had already shown and hidden),
           focus ring is not shown again.

Change-Id: Ia7a9802c8228d510a184c13d9cc6ae5ab670bee6
Source/WebKit2/UIProcess/API/efl/tizen/FocusRing.cpp