Closed 0x64 closed 1 month ago
Attention: Patch coverage is 0%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 81.59%. Comparing base (
17c47f3
) to head (267a66d
). Report is 1 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
useScroll/useEvent.js | 0.00% | 4 Missing and 4 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Issue Resolved / Feature Added
When a focusable node inside a scroller is sticked to the top, it cannot be focused after scroll by voice control.
Resolution
The cause is a logic to check if the candidate focus target is inside of a scroller viewport. When a focusable node is touching the boundary of a viewport, the existing logic does not consider the node as visible since it missed simply '='.
I updated to recognize the case that boundaries are the same.
Additional Considerations
I also refine some code with another commit.
Links
WRR-4590
Comments
Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com)