We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To recreate follow below steps: [You need to page in Safari(Mac) 10.1]
I create video of the issue: https://drive.google.com/file/d/0B71HBsKyXjJ4ejlpVE85TlpDRHM/view?usp=sharing
The text was updated successfully, but these errors were encountered:
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; }
Sorry, something went wrong.
fix(column-resizer): Disable text selection while resizing columns.
06daaee
Used suggestion provided by @urilgb413. fix #6272
2cf3e02
No branches or pull requests
To recreate follow below steps:
[You need to page in Safari(Mac) 10.1]
[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
The text was updated successfully, but these errors were encountered: