You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a diagramming application that is made of a main content panel (where the user draws stuff) and a right panel where the user can edit properties on the currently selected object in the content panel. I am trying to use a dialog that pops over the right and gets closed when the user clicks on a close button on that panel.
How do i make sure this properties panel does not go away when the user clicks on the main content panel ? or presses the escape key ? i only want this dialog to close when the user clicks on the close button.
am i better off using a different component than say a dialog ? would appreciate if you can propose something that is better suited for this use case.
would you (please) consider adding this type of dialog for the above use cases ? for example a dialog could be something on a sidebar (left/right) but is also sizeable ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a diagramming application that is made of a main content panel (where the user draws stuff) and a right panel where the user can edit properties on the currently selected object in the content panel. I am trying to use a dialog that pops over the right and gets closed when the user clicks on a close button on that panel.
How do i make sure this properties panel does not go away when the user clicks on the main content panel ? or presses the escape key ? i only want this dialog to close when the user clicks on the close button.
am i better off using a different component than say a dialog ? would appreciate if you can propose something that is better suited for this use case.
would you (please) consider adding this type of dialog for the above use cases ? for example a dialog could be something on a sidebar (left/right) but is also sizeable ?
Beta Was this translation helpful? Give feedback.
All reactions