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

Autocomplete scrollbar is not selectable in IE11 #4198

Open
jbalinski opened this issue Aug 11, 2020 · 2 comments
Open

Autocomplete scrollbar is not selectable in IE11 #4198

jbalinski opened this issue Aug 11, 2020 · 2 comments
Labels
browser:ie11 The issue can only be reproduced in the Internet Explorer 11 browser. plugin:autocomplete The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.

Comments

@jbalinski
Copy link

This is probably an issue with the AutoComplete plugin. If you trigger the Mentions plugin in IE11 and the list of results is long enough to display a scrollbar, then clicking on the scrollbar will close the result panel. This results in users not being able to use the scrollbar to move through the results.

@jbalinski
Copy link
Author

It looks like blur is being fired in IE when I mouse down on the scrollbar which is triggering TextWatcher unmatch which closes the autocomplete.

This appears to be related to this issue: #2107. The fix for the issue just doesn't work for IE11 and the scrollbar.

@jacekbogdanski jacekbogdanski self-assigned this Aug 12, 2020
@jacekbogdanski jacekbogdanski changed the title Mentions scrollbar is not selectable in IE11 Autocomplete scrollbar is not selectable in IE11 Aug 13, 2020
@jacekbogdanski jacekbogdanski added browser:ie11 The issue can only be reproduced in the Internet Explorer 11 browser. plugin:autocomplete The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. labels Aug 13, 2020
@jacekbogdanski
Copy link
Member

I can confirm that. Thanks for the report!

@jacekbogdanski jacekbogdanski removed their assignment Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:ie11 The issue can only be reproduced in the Internet Explorer 11 browser. plugin:autocomplete The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants