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

Not able to change/click boolean value checkboxes on iPhone #4782

Closed
qdouble opened this issue Nov 28, 2015 · 0 comments
Closed

Not able to change/click boolean value checkboxes on iPhone #4782

qdouble opened this issue Nov 28, 2015 · 0 comments

Comments

@qdouble
Copy link

qdouble commented Nov 28, 2015

If I click on a boolean cell to enable editing, if I try to check/uncheck it, it simply removes focus from the row. It seems impossible to change the value. Anyone know a fix or workaround for this issue?

@qdouble qdouble closed this as completed Oct 15, 2016
farooqu pushed a commit to GenesysPureConnect/ng-grid that referenced this issue Oct 26, 2016
Add mousedown listener to ui.grid.edit.directive:uiGridEditor to disable
blur handler if the element is a checkbox, and then re-focus the
checkbox and enable the blur handler after a $timeout. This change is to
deal with Safari and Firefox behavior in macOS where clicking the
checkbox causes a blur event, and the value is not updated.

GitHub issues: angular-ui#1785, angular-ui#4778, angular-ui#4782
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

1 participant