-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Issue popup preview doesn't get dismissed soon enough #23073
Comments
To see this in the test instance of Gitea go to: https://try.gitea.io/dfelinto/blender/issues/14 |
Hmm ... not related .... Update: it seems that the tippy area is much larger, the mouse pointer could be moved to a far place, the tippy is still show. That's why you can 3 popups at the same time: because the mouse pointer is still in all of their area ...... if you move the pointer slowly farther and farther, these popups will disappear one by one. |
The answer seems to be this: https://atomiks.github.io/tippyjs/v6/all-props/#interactiveborder
And Gitea set it to : |
Close #23073. Used the solution as reference to the reply: #23073 (comment) Here made the change inside the `contextpopup.js` because this is where the popup component is created and tippy configuration is given. Co-authored-by: Lunny Xiao <[email protected]>
Close go-gitea#23073. Used the solution as reference to the reply: go-gitea#23073 (comment) Here made the change inside the `contextpopup.js` because this is where the popup component is created and tippy configuration is given. Co-authored-by: Lunny Xiao <[email protected]>
Close go-gitea#23073. Used the solution as reference to the reply: go-gitea#23073 (comment) Here made the change inside the `contextpopup.js` because this is where the popup component is created and tippy configuration is given. Co-authored-by: Lunny Xiao <[email protected]>
Backport #23169 Close #23073. Used the solution as reference to the reply: #23073 (comment) Here made the change inside the `contextpopup.js` because this is where the popup component is created and tippy configuration is given. Co-authored-by: Hester Gong <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
Backport #23169 Close #23073. Used the solution as reference to the reply: #23073 (comment) Here made the change inside the `contextpopup.js` because this is where the popup component is created and tippy configuration is given. Co-authored-by: Hester Gong <[email protected]>
Description
When we have multiple links to issues in a message and we mouse over one after the other the preview popups pile up.
Screenshots
Gitea Version
1.19.0+dev-557-g90a7bba1f
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Google Chrome
The text was updated successfully, but these errors were encountered: