-
Notifications
You must be signed in to change notification settings - Fork 404
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
EffectGrid Click stolen on Windows only after loading an FX preset #4098
Comments
Stolen clicks are often someone returning kMouseEventHandled instead of kMouseEventHandledAndDontNeedDownEvents usually when a menu pops up. I would start by looking for that perhaps? |
CSnapshotMenu seems to use |
If you flip it to the other one does it work? |
Flipping it around doesn't solve it sadly 🙁 |
Ok! |
Oh the other thing is: I wonder if the menu callback handler is returning the wrong value. So when yous elect an item it will call valueChanged on the listener I think. If that returns 0 it does this (remembering click stealing of yore). I don’t expect this cryptic comment to let you solve it @mkruselj but since it popped in my head want to write it down as a sort of message-in-a-bottle-to-my-future-self |
Addendum: This stolen click thing also happens when changing skins. After skin is reloaded, I cannot move the plugin window (be it in DAW or in SAVIhost standalone) straight away. Need to click once somewhere else in order to be able to move it. |
Sigh. |
Ahh right it was #1465 and it was something else |
Wiill check if the same thing happens in JUCE version. Bet it doesn't! |
Well, FX grid doesn't even work in XT build as it is currently. 🙂 (But the stolen click when changing skin then attempting to move the plugin window doesn't happen - so it's likely this wouldn't be a problem either, then!) |
baconpaul — Today at 4:51 PM
|
Confirmed this does not break on mac or linux; and does not break with other controls. |
So this is the case with either snapshot menu. If the snapshot menu went from isa- to hasa- i bet this would work. lemme ponder. that's a big change and one i kinda want to do in native juce. I may bounce this and ship with this little bug. |
Pushing this to XT. Lets see if JUCE fixes it. |
Of course JUCE fixes this just by virtue of existing. Tried it, now that you've fixed mouse clicks not working in FX grid. Closing! |
Hash 6da806f (but I've also noticed it way back).
Steps to reproduce:
Observed behavior: That other FX slot doesn't get selected
Expected behavior: It should get selected!
The text was updated successfully, but these errors were encountered: