I can see a use case where they would like to do the same action multiple times, so not closing the menu would be useful Maybe @PatrickRyan can weigh in here?
@carolhmj, I would agree with @Dok11 here that if we are flying out a submenu, either clicking on an item in the submenu or clicking anywhere else on the screen that is not on the submenu should also close the submenu. We have precedent with other controls in the inspector like all of the select boxes. We also follow that pattern in the playground toolbar items. Opening options will show the submenu, and then once you click on any option in that submenu it will close. Same with clicking on another part of the UI which will close the options submenu.
I think for the most part, users understand from common UX patterns that if you fly out a submenu from a button click, that submenu will close once you click on any options from the submenu or if you click on an area outside the submenu. Obviously we need to keep back compat, but if there’s a solution here that retains back compat and closes the submenu when selecting an option from it, that would be ideal.
That sure makes sense to me. @Dok11 May be you could open a ‘general topic’ feature request for all changes to the Inspector?
I guess it would be easier to track and get an overall overview; what is your say?
I think it would be hard to discuss different parts of founded bugs or feature requests in a one thread. Even on this topic I still dont know — is it a bug, or a feature request
No, it’s a missing part and a feature request. Already agreed by @PatrickRyan the way I understand it. It just needs to be checked for backwards compatibility and if so, it will likely be implemented for v7 (as long as we keep track and eye on it
Means you can now move on with your next challenge
We could also link them all to a general topic and discuss them separately. @carolhmj is the GUI-angel from the Team. I don’t know who’s the angel of the Inspector? Anyways, I guess we should just wait for the ‘enlightment’ on how we should best handle this?
It’s ok to keep this as a separate request Based on the discussion, and as to not break back compat, I think the best solution here will be to add an extra parameter to the extensibility object, so the user can choose if it closes after click or not. It can close the submenu by default as that would be the expected behavior.