Skip to content

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

Closed
MojoDK opened this issue May 29, 2015 · 6 comments
Closed

Doubleclick markes the line #23

MojoDK opened this issue May 29, 2015 · 6 comments

Comments

@MojoDK
Copy link

MojoDK commented May 29, 2015

When I double click a checkbox, then the whole row is marked blue:

Image of Yaktocat

Is it possible to detect doubleclick and then set selectionlength to 0?

Thx

@kartik-v
Copy link
Owner

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.

@kartik-v kartik-v removed the question label May 29, 2015
@kartik-v kartik-v added question and removed invalid labels May 29, 2015
@kartik-v kartik-v reopened this May 29, 2015
@kartik-v
Copy link
Owner

This can be controlled through your markup for enclosing labels. Just check the updated demo and second last example (no. 5) in advanced usage.

@MojoDK
Copy link
Author

MojoDK commented Jun 1, 2015

Using Google Chrome, clicking most samples on your website, marks the row blue (as shown above). Everything works fine in IE...

See here:
http://screencast.com/t/UVEJKL8IcAO

@kartik-v
Copy link
Owner

kartik-v commented Jun 1, 2015

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 pull-left is added to the container) - so that the element does not span the full width.

@kartik-v
Copy link
Owner

kartik-v commented Jun 1, 2015

However I am reopening this request to see if an enhancement is possible for this.

@kartik-v kartik-v reopened this Jun 1, 2015
@kartik-v
Copy link
Owner

kartik-v commented Jun 1, 2015

This is resolved now via new styling fixes to the CSS.

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

No branches or pull requests

2 participants