sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

WRR-1010: `Scroller`: Fixed to focus content area properly when `focusableScrollbar` prop is `byEnter`

Open 0x64 opened this issue 6 months ago • 1 comments

Checklist

  • [x] I have read and understand the contribution guide
  • [x] A CHANGELOG entry is included
  • [ ] At least one test case is included for this feature or bug fix
  • [x] Documentation was added or is not needed
  • [ ] This is an API breaking change

Issue Resolved / Feature Added

The last input type is not recognized properly so that Scroller does not focus the contents well when focusableScrollbar is byEnter.

Resolution

The issue occurs after #1576. When the new Enact API is added and Sandstone is changed to use it, the logic to check if the platform is supported became unclear. Now, we decided to let Enact to simply call webOS specific API without checking and to make Sandstone to check the availability before call the API since the feature it handles is just for specific platforms that Sandstone determines.

Additional Considerations

Links

WRR-1010 enactjs/enact#3274 Related: WRQ-6498 / #1576

Comments

Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])

0x64 avatar Sep 04 '24 07:09 0x64