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

Bug: Fix calling invalidate when checking is a widget or node should focus #583

Merged
merged 2 commits into from
Nov 11, 2019

Conversation

agubler
Copy link
Member

@agubler agubler commented Nov 8, 2019

Type: bug

The following has been addressed in the PR:

Description:

When calling shouldFocus it should not cause an invalidation of the widget which it currently does. As the function can be called outside of the widgets render method it can cause render looping issues.

@agubler agubler merged commit 3c67153 into dojo:master Nov 11, 2019
agubler added a commit to agubler/framework that referenced this pull request Jan 16, 2020
…focus (dojo#583)

* failing unit test for calling invalidate when check shouldFocus

* ensure calling shouldFocus does not call invalidate
agubler added a commit that referenced this pull request Jan 16, 2020
…focus (#583) (#646)

* failing unit test for calling invalidate when check shouldFocus

* ensure calling shouldFocus does not call invalidate
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.

2 participants