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

Safari dropdown scrollbar not working #53

Open
astopford opened this issue Mar 16, 2018 · 3 comments
Open

Safari dropdown scrollbar not working #53

astopford opened this issue Mar 16, 2018 · 3 comments

Comments

@astopford
Copy link

Safari version 11.0.3 when you click on the arrow the dropdown is displayed, when the number of items exceeds the space available A scroll bar is displayed but when You click on the scroll bar the dropdown disappears, the only way to access the items is by using the arrow keys.

@webilhan
Copy link

webilhan commented Mar 23, 2018

@astopford I also faced with the same issue on IE. See #28 is solution for you.
This PR already there more then 1 year))) I hope @indrimuska will find time to review PR and merge PRs sometime

@venkat1m
Copy link

Until the PR is merged, A workaround like this might work where you create with trigger property set to 'manual' and the add a click listener to show the drop down.

$('#myselect').editableSelect({ effects: 'default', trigger: 'manual'});
$('.es-input').on('click', function(){
$('#myselect').editableSelect('show');
});

@tjkohli
Copy link

tjkohli commented Apr 4, 2018

@astopford @webilhan @venkat1m Please see #54 if you would like access to maintain and merge PRs.

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

No branches or pull requests

4 participants