Fix focusring issue in menu and button of Web UI Framwork.
authorYuni Jeong <yhnet.jung@samsung.com>
Sun, 19 Aug 2012 16:05:51 +0000 (01:05 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Tue, 4 Sep 2012 03:15:10 +0000 (12:15 +0900)
commita0736f6a72cbe853bca939fbc3e21da2c13c78f9
tree3cbf44a2e8c45775e8ed49ac268627998d2671ba
parentf5701bc9791177635ac8c797956cb3a25fd15e4b
Fix focusring issue in menu and button of Web UI Framwork.

[Title] Fix focusring issue in menu and button of Web UI Framwork.
[Issue#] P120814-6674, P120809-0079
[Problem] All button in Social magazine change color when we tap it, two color of highlighted
[Cause] Focuse Ring is not drwan using tapHighlightColor of renderStyle.
        - CSS Property for tapHighlightColor : -webkit-tap-highlight-color
[Solution] modified that focus-ring is drawn using tapHighlightColor.

Change-Id: I25af2208a6ce063a33e039eba61eb2a7077b695f
Source/WebKit2/Shared/WebHitTestResult.cpp
Source/WebKit2/Shared/WebHitTestResult.h
Source/WebKit2/UIProcess/API/efl/FocusRing.cpp [changed mode: 0644->0755]
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp