Skip to content
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

[BR-24456] Fix shadowRoot issues by updating to 14.2.0 #2

Merged
merged 21 commits into from
Mar 15, 2022

Conversation

bengolds
Copy link
Collaborator

This fixes the issues with dragging sliders in V3-migrated courses. This appears to stem from this issue, which was fixed in noUISlider 14.2.

michaelvogt33 and others added 21 commits December 4, 2019 10:12
- Accessibility: added additional keyboard shortcuts: page up / page down to move slider handle in larger steps than with up/down and left / right keys (ratio 5x) and home / end keys to move slider handle between min / max values (range).
Invert ltr direction check to rtl to match defaults, addressing the case where the computed style doesn't yet contain a direction. Partial fix for leongersen#1038.
* Create composer.json

Co-authored-by: Anton Kiyatkin <axlbant@sent.com>
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ould be shown at end of range (leongersen#1063)

* Fix issue where the last pip gets incorrect type when there is only one pip value displayed at the end of range

* Add test for edge case where a single pip value at the end of range is not drawn correctly
* Add slider public api to callback parameter

Useful when 'this' is unavailable in a Typescript environment when you set up the callback with a arrow function to access the calling class.

* Add noUiSlider parameter to onEvent

* documentation add missing parameter definition
@bengolds bengolds requested a review from SilverTab March 15, 2022 19:57
Copy link

@SilverTab SilverTab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@bengolds bengolds merged commit 89e3657 into master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
9 participants