sandstone
sandstone copied to clipboard
WRR-1010: `Scroller`: Fixed to focus content area properly when `focusableScrollbar` prop is `byEnter`
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#3278 Related: WRQ-6498 / #1576
Comments
Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])