The sorting popup stays open when I click on something else. Sometimes, this results in weird UI quirks.
In my case, an error popped up when I tried to connect with one of my applications. Which created a second popup. The sorting dropdown was visible on top and appeared in focus, while nothing was clickable (The error popup had priority and disabled the rest of the page). See the screenshot for an example:
I'm not sure what the best solution is here. You could close the popup whenever the user clicks somewhere else. Or a simple quickfix for this edge case could also be to adjust the z-index on the error popup so the user recognizes that the error popup is in focus.
Steps to reproduce
Mock a connection error whenever you try to connect with a project.
Go to the project list page
Click on the Sort button
Try to connect with a project
It could be possible that there are other combinations that create unexpected UI combinations. I did not test them all.
Operating system
macOS Big Sur 11.6.4
Laravel Version
v8.63.0
PHP Version
PHP 8.0.16, built: Mar 1 2022 11:03:16
Project Location
Remote (Server)
Bug description
The sorting popup stays open when I click on something else. Sometimes, this results in weird UI quirks.
In my case, an error popped up when I tried to connect with one of my applications. Which created a second popup. The sorting dropdown was visible on top and appeared in focus, while nothing was clickable (The error popup had priority and disabled the rest of the page). See the screenshot for an example:
I'm not sure what the best solution is here. You could close the popup whenever the user clicks somewhere else. Or a simple quickfix for this edge case could also be to adjust the z-index on the error popup so the user recognizes that the error popup is in focus.
Steps to reproduce
It could be possible that there are other combinations that create unexpected UI combinations. I did not test them all.
Relevant log output
No response