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 the issue related to popup & menu flashing (#136) #232

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

luriusTM
Copy link
Contributor

The issue was related to the transform. The transform is render time causes when starts, the associated popup items loose trac of location and place iteself somewhere. This is resolved with the same operation achieved with position related operations (top, left, bottom, right). As these operations are render time ok, the associated popups will move with the moving items.

As some animation would look a bit frustrating, when moves and disappear together, a bit delay was put to hide animation (0.8s)

@eythaann
Copy link
Owner

eythaann commented Oct 25, 2024

I think the same change should be done on the toolbar, like is the same behavior and styles of hide animation.

@eythaann eythaann merged commit 883bafe into eythaann:master Oct 25, 2024
3 checks passed
eythaann pushed a commit that referenced this pull request Oct 26, 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.

2 participants