-
Notifications
You must be signed in to change notification settings - Fork 24
Doubleclick markes the line #23
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
Comments
The plugin has nothing to do with your use case. You need to check your rendered markup, CSS and JS to handle this. You can try for example double clicking in the demo and see for yourself. |
This can be controlled through your markup for enclosing labels. Just check the updated demo and second last example (no. 5) in advanced usage. |
Using Google Chrome, clicking most samples on your website, marks the row blue (as shown above). Everything works fine in IE... See here: |
Yes its a browser inherent behavior (based on the type of browser) to show this for full width blocks whenever someone double clicks.. As I mentioned you can control this through the HTML markup. Please check the STYLING for the SECOND LAST example (no. 5) in advanced usage where it shows an ENCLOSED LABEL. You can float left the entire stack (e.g. the CSS class |
However I am reopening this request to see if an enhancement is possible for this. |
This is resolved now via new styling fixes to the CSS. |
When I double click a checkbox, then the whole row is marked blue:
Is it possible to detect doubleclick and then set selectionlength to 0?
Thx
The text was updated successfully, but these errors were encountered: