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

fix: Safari jumps to top when clicking on dropdowns #2352

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

akiik
Copy link

@akiik akiik commented Feb 23, 2024

Safari 16.0 or 17.0 jumps to top when clicking on dropdowns.

Focusing on an element with user-select:none seems to be the issue here.
As the element width is 0, the selection restriction does not make much sense.. I might be wrong, but even tho, the jumping issue is just very disturbing and outweighs that.

@pavankjadda pavankjadda changed the title Safari jumps to top when clicking on dropdowns fix: Safari jumps to top when clicking on dropdowns May 23, 2024
@coveralls
Copy link

Coverage Status

coverage: 93.951%. remained the same
when pulling e40f874 on akiik:fix/issue-2334
into c02a6c4 on ng-select:master.

@pavankjadda
Copy link
Collaborator

@akiik can you share reproduction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants