Closed juwonjeong closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.57%. Comparing base (
572aa7f
) to head (b4b0f24
). Report is 1 commits behind head on release/2.9.x.develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please resolve the merge conflict.
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
Checklist
Issue Resolved / Feature Added
When selecting an item in an editable scroller and pressing the 5-way keys (e.g. Left, Right, Enter, Down) in pointer mode, the item does not move or the edit mode does not complete.
Resolution
When 5-way key is pressed in pointer mode, only
handleGlobalkeyDownCapture
function is called. So I added logic in global keydown handler.Additional Considerations
More details are available at https://github.com/enactjs/sandstone/pull/1657.
Links
WRR-977 https://github.com/enactjs/sandstone/pull/1657
Comments