Whole block area is highlighted instead of only Selected option.
authorManish R Gurnaney <m.gurnaney@samsung.com>
Tue, 25 Jun 2013 14:30:27 +0000 (20:00 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 03:08:27 +0000 (03:08 +0000)
commitfeca943a276356e17b6a7442996ce6a6d8cff4bd
tree4d1a28f506a0f3e54eb8049f90750966fcd7d113
parentabf5e0fb8b14485767ca015d4cd478408dc3f715
Whole block area is highlighted instead of only Selected option.

[Title] Whole block area is highlighted instead of only Selected option.
[Issue#] P130612-3611, P130612-3538, P130615-1146, WEB-3182
[Problem] Header element is shown as Focused element
[Cause] Header element has been regisetered with click-event listener in the page content.
[Solution] We will be checking two conditions here If the FocusRect is too big then we don't show focus ring.
Second to see focused parent should not have any child which is focusable.

Change-Id: I8e690bb817c160698ecd498d094b810591aec3f3
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp