-
Notifications
You must be signed in to change notification settings - Fork 37
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
Clicking the window tab with the middle mouse button opens up a new browser tab #60
Comments
There is currently no handler for middle-mouse button actions. Also, it relates to browser specific behavior. Given that, some "references" might consider this as "working as intended". Adding a new event handler (for example Reference:
Unable to intercept action on the spot. Any ideas ? Is it relevant ? |
@filippsen I think the reason might be with the fact that we are using instead of an actual button for clickable items. Have you seen this behavior in a component? |
@javier-tarazaga The only other I place I spotted the same behavior is in the lightning/thunder icon (recompile or redeploy action, at the top left side of the respective windows). That one also happens to be an anchor element. |
Complementing: removing the |
Solved in #210 |
Actual result
The window tab refers to the windows opened in the main editor area e.g. when opening a contract file for editing. Clicking HelloWorld.sol tab with the middle mouse button would cause a new browser tab to open with another instance of Studio.
Expected result
Nothing
The text was updated successfully, but these errors were encountered: