-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui5-slider, ui5-range-slider): add input as a tooltip #9547
Conversation
fix mouse and shortcuts movement bugs
remove the 'focused' property
and F2 shortcut support and acc attributes to the ui5-slider
fix accessibility issues
apply the accessibility improvements to the range slider
rename the property
…components into slider-input-tooltip
fix the test pages
fix and add tests for ui5-slider
add handle-container part, fix ui5-color-picker
F2: should toggle focus to the handle to the input and back, now it traps in the input field |
We should discuss the arrow up/down behavior - |
apply code review feedback
apply code review feedback
fix slider test
remove the slider's accessible name from the tooltip input and othe minor improvements acc improvements
minor css improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues found during testing:
- Focus tooltip with value
2
- Change it to
12
hit Enter - Arrow Up + Enter
- Arrow Down + Enter
- Arrow down + Enter
Issue: Tooltip value is 11 but the slider valu is 12 for on of the tooltips
fix code review bug
Hi, Please update the documentation to fullfill the Acceptance Criteria of the BLI. |
add documentation to the new property
update documentation
fix translatable string
update documentation
@ndeshev , Slider:
RangeSlider
|
fix accessibility related attributes for slider and range slider related to: #9547
* fix(ui5-slider, ui5-range-slider): adjust aria-attributes fix accessibility related attributes for slider and range slider related to: #9547
* feat(ui5-slider, ui5-range-slider): add input as a tooltip implement editable tooltip feature
* fix(ui5-slider, ui5-range-slider): adjust aria-attributes fix accessibility related attributes for slider and range slider related to: #9547
Implement editable tooltips in
ui5-slider
andui5-range-slider