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

Fix for issue 3528. When exiting the grid the focusedCells list was n… #3544

Merged
merged 1 commit into from
Jun 12, 2015

Conversation

kylewuolle
Copy link
Contributor

This is a fix for issue 3528. The idea is the focusedCells list wasn't getting cleared when navigating outside the grid and so the book keeping wasn't being done when focus was returned. There's a side effect here that I'm not sure about... With this fix tabbing out of the grid causes the focus highlight in the grid to disappear. I think it's probably valid but up to you! I included a unit test for the fix.

…ot getting cleared which meant that if focus was returned the book keeping around cell focus was not done.
@PaulL1
Copy link
Contributor

PaulL1 commented May 20, 2015

This looks good to me, but I'd want @swalters to cast an eye over it before merging - just in case it messes with something he knows about and I don't. Thanks for the contribution.

swalters added a commit that referenced this pull request Jun 12, 2015
Fix for issue 3528. When exiting the grid the focusedCells list was n…
@swalters swalters merged commit 7238f45 into angular-ui:master Jun 12, 2015
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

Successfully merging this pull request may close these issues.

3 participants