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

Grid-view's rows and text get selected on resizing column in Safari 10.1 (Mac) #6272

Closed
Gaurav-gs opened this issue Jun 16, 2017 · 1 comment

Comments

@Gaurav-gs
Copy link

To recreate follow below steps:
[You need to page in Safari(Mac) 10.1]

  • Go to http://ui-grid.info/
  • Scroll down to "Complex Example"
  • Try resizing columns
    [you will see rows/text getting selected/deselected randomly]

I create video of the issue: https://drive.google.com/file/d/0B71HBsKyXjJ4ejlpVE85TlpDRHM/view?usp=sharing

@urielgb413
Copy link

urielgb413 commented Aug 30, 2017

Is a CSS issue, add

.ui-grid.column-resizing {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 

mportuga pushed a commit that referenced this issue Mar 22, 2018
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

2 participants