chiefonboarding / ChiefOnboarding

Free and open-source employee onboarding platform. Onboard new hires through Slack or the web portal.
https://chiefonboarding.com
GNU Affero General Public License v3.0
656 stars 121 forks source link

Item edit window closes when dropdown is clicked outside the window #345

Closed helgio closed 1 year ago

helgio commented 1 year ago

When you are editing an item and selecting someone in the "For" drop-down, it closes the window if the drop-down exceeds the window. All the work is unsaved so this can be very annoying.

Animation

GDay commented 1 year ago

Thanks for the report. This is indeed a very annoying bug. It might be best to just disable the outside clicking of the modal completely, this would then also avoid accidentally clicking outside and losing all changes.

GDay commented 1 year ago

Fixed now! Thanks again for letting me know!