[M120 Migration][VD][AX] Custom the focus event when setFocus to webview 61/308261/2
authorjiangyuwei <yuwei.jiang@samsung.com>
Tue, 19 Mar 2024 05:33:48 +0000 (13:33 +0800)
committerYanqing Lu <yanqing.lu@samsung.com>
Mon, 25 Mar 2024 06:53:26 +0000 (06:53 +0000)
commit6fd842debf6e7ee62750cf3b611eb2eeb24955f7
tree46612e02a03dfccd76141af5af293b0960bfa42d
parentda87b4aadc5c56c4853bc618eab31568521c06bb
[M120 Migration][VD][AX] Custom the focus event when setFocus to webview

Accessibility needs to be informed when system focus has moved
into the web area again even if focus did not change within WebCore;
And if there is no focus element, try move down to find one.

References:
  - https://review.tizen.org/gerrit/#/c/291817/

Change-Id: I2cc752397b14562e9beaca3ca107d73137750b02
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
third_party/blink/renderer/core/exported/web_view_impl.cc
third_party/blink/renderer/core/page/spatial_navigation.cc
third_party/blink/renderer/core/page/spatial_navigation_controller.cc
third_party/blink/renderer/core/page/spatial_navigation_controller.h
tizen_src/ewk/efl_integration/eweb_accessibility.cc