beyondcode / invoker-community

74 stars 2 forks source link

[Bug]: #283

Closed markwalet closed 2 years ago

markwalet commented 2 years ago

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:

image

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

  1. Mock a connection error whenever you try to connect with a project.
  2. Go to the project list page
  3. Click on the Sort button
  4. 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.

Relevant log output

No response

mechelon commented 2 years ago

Fixed in 2.9.0 :)