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: toggle button should not leave focus on external element #822

Merged
merged 4 commits into from Jul 1, 2019

Conversation

Haprog
Copy link
Contributor

@Haprog Haprog commented Jun 28, 2019

Fixes #787


This change is Reviewable

There is no "focused" property anymore (via control state mixin) so use hasAttribute('focused') instead.
toggling-dropdown.html was initializing an extra vaadin-combo-box-light fixture for every test case even though it was only used in one test. Now it's initialized only for the test that uses it.
@Haprog
Copy link
Contributor Author

Haprog commented Jun 28, 2019

The changes are probably easier to review per commit.

@Haprog Haprog merged commit 4b3b8bb into master Jul 1, 2019
@Haprog Haprog deleted the fix/787 branch July 1, 2019 10:29
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.

Clicking the toggle-button should focus the input
2 participants