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

IDE passes wrong Document modifiers to mouseDownAction #952

Closed
telephon opened this issue Sep 11, 2013 · 3 comments
Closed

IDE passes wrong Document modifiers to mouseDownAction #952

telephon opened this issue Sep 11, 2013 · 3 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE

Comments

@telephon
Copy link
Member

here is a reproducer:

Document.current.mouseDownAction = { |doc, x, y, mod ...args| mod.postln.isAlt.postln };
@muellmusik
Copy link
Contributor

Okay I can see this. Somehow QViews fix this, but after poking around I can't quite see where. We could just build the mods by hand, but maybe Jakob could suggest a nicer solution?

@jamshark70
Copy link
Contributor

I just encountered this. Worth a bump as it's been nearly a year with no fix.

@muellmusik
Copy link
Contributor

Not forgotten. Even better than a bump would be having a go at it though. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Projects
None yet
Development

No branches or pull requests

3 participants