Skip to content
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

Keep focus when editing Alerts (fixes #421) #619

Merged

Conversation

AbdelHajou
Copy link
Contributor

@AbdelHajou AbdelHajou commented Oct 21, 2023

Description

When editing an Alert, the form lost focus after every 750ms. This worsened the user experience because the user had to keep re-selecting the form field to make changes. Instead of auto-saving after every 750ms, the form now has a Submit button and will no longer lose focus unintentionally.

Addressed Issue

Fixes #421

Additional Details

afbeelding

Checklist

@AbdelHajou AbdelHajou force-pushed the 421-keep-focus-when-editing-alerts branch from e6cbd11 to c708bd6 Compare October 21, 2023 19:29
Copy link
Member

@nscuro nscuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks @AbdelHajou!

@nscuro nscuro added this to the 4.10 milestone Oct 22, 2023
@nscuro nscuro merged commit d3f72e2 into DependencyTrack:master Oct 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alerts: Focus Lost when Editing Field
2 participants