-
Notifications
You must be signed in to change notification settings - Fork 10
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
View tab receiving dblclick event #24
Comments
mofogasy
added a commit
to mofogasy/scion-workbench
that referenced
this issue
Sep 26, 2018
Thank you for submitting this pull request and welcome to our community. We are excited to review your changes, and you should get some feedback from us soon. |
mofogasy
added a commit
to mofogasy/scion-workbench
that referenced
this issue
Oct 12, 2018
mofogasy
pushed a commit
to mofogasy/scion-workbench
that referenced
this issue
Oct 19, 2018
danielwiehl
added a commit
that referenced
this issue
Oct 19, 2018
Merged into master. Thank you @mofogasy for your contribution. |
mofogasy
added a commit
to mofogasy/scion-workbench
that referenced
this issue
Nov 30, 2018
3 tasks
danielwiehl
pushed a commit
that referenced
this issue
Nov 30, 2018
danielwiehl
pushed a commit
that referenced
this issue
Dec 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
When closing two (or more) view tabs in quick succession, a dblclick event is fired and delivered to the second view tab, which toggles the maximize mode of the main content.
Expected behavior
When clicking in quick succession to close view tabs, the tabs should be closed without toggling maximize mode (or if tabs have different widths, then the next tab should be activated).
Minimal reproduction of the problem with instructions
Plunkr that demonstrates how an element receives a dblclick event, even though only clicked once:
https://plnkr.co/edit/vrUVABv25rwhtnXxrw8F?p=preview
Reproduce in SCION - Angular Workbench Demo
Environment
The text was updated successfully, but these errors were encountered: