Introduce rotatable panels for ContextualBalloon #5505
Labels
package:ui
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
Now ContextualBalloon allows displaying one stack of views. It makes it possible to display views according to the one context. E.g. Balloon toolbar -> Link -> LinkForm.
It was not an issue because all features that using ContextualBalloon allows creating only one target element at the same node. Only one link is allowed on text, only on text alternative is allowed on the image, etc.
Now we need to deal with Inline Annotations that allows creating multiple targets elements at the same node. E.g. There could be a link, comment thread, and suggestion at the same node. The question is which view should be active after putting the selection to such a node? Or how to switch the view?
I propose to introduce rotatable panels with separate stacks. So instead of one stack, there could be multiple stacks. For each target element in the node, news stack is created and it is possible to switch between stacks (panels) using built-in navigation buttons.
When there is only one target element at the node it works as before.
The text was updated successfully, but these errors were encountered: