-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Close Side Panel When Clicking in Inactive Gray Area #18139
Comments
Hi there @jbppraxis! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
I want to put in my two cents based on my experience implementing Umbraco sites for clients: It was a real hassle for the editors (the people editing the site in the backoffice) that the side panels closed when you (sometimes accidentally) clicked outside the side panel in the gray area. At least in Umbraco 8, you would lose everything you just did in the side panel if that happened. It happened quite often when the editors would mark text with the mouse (in an RTE for instance) or drag elements around where the mouse then would end up outside the panel thus closing the panel. This was part of the reason why the new Backoffice does not close side panels this way. That being said, I think that with the new way of detecting changes, we might be able to ask the users if they want to close the side panel if the panel is "dirty", that could be a good compromise. |
Yes please, I do this ALL the time in other apps, accidentally click out of something and lose my work! Of course if I hadn't done any work yet then it's fine to just close the panel. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.2
Bug summary
When editing components in the Umbraco backoffice using the side panel, the panel can be closed through action buttons or by pressing the Escape key, which is a great user experience.
However, I noticed that clicking outside the panel, specifically in the inactive gray overlay area, does not close the panel. This behavior seems inconsistent with common design patterns where modal-like panels typically close when users click outside of them.
Expected Behavior:
The side panel should close when clicking in the inactive gray area outside of the panel content.
Current Behavior:
The side panel remains open, requiring users to either click an action button or press the Escape key to dismiss it.
This small enhancement could improve usability by aligning with familiar user interface conventions and providing a more intuitive experience for editors.
Specifics
No response
Steps to reproduce
Expected result / actual result
The side panel should close when clicking in the inactive gray area outside of the panel content.
Current Behavior:
The text was updated successfully, but these errors were encountered: