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

Slider tooltip should be configurable #2024

Closed
pmiklashevych opened this issue Dec 2, 2020 · 0 comments
Closed

Slider tooltip should be configurable #2024

pmiklashevych opened this issue Dec 2, 2020 · 0 comments
Assignees
Labels
bug Something isn't working resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@pmiklashevych
Copy link

https://www.bryntum.com/docs/calendar/#Core/widget/Slider#config-tooltip

It's hardcoded in constructor

        if (me.showTooltip) {
            me.tip = new Tooltip({
                forElement : me.input,
                anchor     : false, // No anchor displayed since thumbSize is different for different themes
                align      : 'b-t',
                axisLock   : true
            });
        }
@pmiklashevych pmiklashevych added the bug Something isn't working label Dec 2, 2020
@isglass isglass added this to the 4.x.x milestone Dec 3, 2020
@matsbryntse matsbryntse removed this from the 4.x.x milestone Jun 22, 2021
@matsbryntse matsbryntse self-assigned this Oct 15, 2023
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Oct 15, 2023
@matsbryntse matsbryntse added this to the 5.5.5 milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants