Open baaygun opened 9 years ago
Hmmm, I thought we already did that...
The fix will be in the core side, and they will need to prevent menu shortcuts from firing if PS launches with Design Space. Chad, can you file a Watson bug?
The fix that Barkin attempted has negative consequences. If you hit Cmd+N too early, the New dialog comes up before DS has fully initialized, and it never works correctly after. Usually the UI fails to draw, but even if it does, event handling is messed up. @jsbache believes this is a problem that has to be solved on the DS side. Please discuss.
I've done everything I know of on the JS side to address this, but it isn't enough. We don't have an API to dismiss modal dialogs, only modal tool states, and we're using that very early in our startup routine. I think the plugin either needs to dismiss dialogs with the existing API or provide a new API for us to do so. Back to @tiburbage and/or @jsbache to decide how to proceed.
The above comment still holds, but @jsbache and I agreed to defer this until after M3 because the likelihood of occurrence is fairly low.
@tiburbage Can you file a v1.2 Watson bug for this?
No need @tiburbage there's already a watson bug for this (see above) and Jesper has already moved it to 1.2.
Solution might be to turn off menu commands during initialization, but all our initial getters fail if the user presses cmd+n too early on startup and the modal New... dialog pops up.