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

Fix ribbon tooltips getting stuck on the screen by setting a small delay before saving attributes in attributeeditor #4642

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

henrikx
Copy link
Contributor

@henrikx henrikx commented Feb 9, 2024

It appears that if the save method is executed concurrently with Bootstrap's hide tooltip method, the tooltip will become detached from its parent and become trapped on the screen. The exact reason for this conflict is unknown.

It is really not a pleasant user experience to have tooltips stuck on the screen with no way to remove them other than to restart the application. I suggest applying this simple fix since it appears to have no negative impact when the save function is delayed. For the time being, I believe this is the lesser of two evils, but perhaps more time should be spent in the future investigating the root cause.

Fixes #4160

@henrikx henrikx changed the title Fix #4160 by setting a small delay before saving attributes in attributeeditor Fix ribbon tooltips getting stuck on the screen by setting a small delay before saving attributes in attributeeditor Feb 9, 2024
@zadam zadam merged commit 157f894 into zadam:master Feb 16, 2024
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.

(Bug report) The tooltip on the ribbon tab does not disappear
2 participants