-
Notifications
You must be signed in to change notification settings - Fork 22
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
no mouseleave on touch devices #6
Comments
Hi William, If you set hideOnMouseOut to |
I think I tried it but I will try again and let you know. On 20 March 2013 07:46, Shawn Chin notifications@github.com wrote:
|
Hi I just tested again and that setting did not make a difference. That setting is only used when dialogHoverOut is called on mouseleave. On 20 March 2013 11:01, Will Bowman gcphost@gmail.com wrote:
|
Hi again, still loving the script.
I just started to build out a mobile theme using the gentleselect but there is no mouseleave on touch devices so the selects stay open when you click a new one, or off the the select.
I fixed part of this with a simple hack:
labelClick : function() {
$(".gentleselect-dialog").fadeOut();
I have yet to figure a good way to hide the old dialogs when they are clicked off (as in the body is clicked), but its still early.
The text was updated successfully, but these errors were encountered: