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

Address 5737 by switching from MouseTrigger.Click to MouseTrigger.MouseDown because VSCode Notebook Editor eats onClick events. #5834

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

softwarenerd
Copy link
Contributor

Description

This PR addresses #5737 by switching the mouse trigger of ActionBarButtons from MouseTrigger.Click to MouseTrigger.MouseDown. This was necessitated because the VSCode Notebook Editor eats onClick events.

QA Notes

None at the moment.

…seDown because the Notebook editor eats onClick events
Copy link

github-actions bot commented Dec 19, 2024

E2E Tests 🚀  ?
This PR will run tests tagged with: @critical

@softwarenerd softwarenerd changed the title Address 5737 by switching from MouseTrigger.Click to MouseTrigger.Mou… Address 5737 by switching from MouseTrigger.Click to MouseTrigger.MouseDown because VSCode Notebook Editor eats onClick events. Dec 19, 2024
Copy link
Contributor

@isabelizimm isabelizimm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am able to split editors/pop out editors in notebooks 🚀

Copy link
Contributor

@juliasilge juliasilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working great now! 🚀

@softwarenerd softwarenerd merged commit e6a1165 into main Dec 19, 2024
7 checks passed
@softwarenerd softwarenerd deleted the editor-action-bar/bug-fixes branch December 19, 2024 20:27
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants