-
-
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
Pending Tooltip Doesn't Show For New Code Comments #20068
Labels
topic/ui
Change the appearance of the Gitea UI
topic/ui-interaction
Change the process how users use Gitea instead of the visual appearance
type/bug
Milestone
Comments
introduced at #19662 ... |
6543
added
topic/ui
Change the appearance of the Gitea UI
topic/ui-interaction
Change the process how users use Gitea instead of the visual appearance
labels
Jun 21, 2022
Fomantic tooltips need to be initialized after DOM content is modified. Solution should be to extract that initialization into a function and call it after DOM has been modified. |
Maybe it's time to drop the Fomantic popup, and use a global mouseenter event handler to popup the attached |
kdumontnu
changed the title
Pending Tooltip Doesn't Show Chrome
Pending Tooltip Doesn't Show For New Code Comments
Jun 21, 2022
Gusted
pushed a commit
to Gusted/gitea
that referenced
this issue
Jul 5, 2022
- Initialize the popup for the tooltip inside the new code comment. - This works and is good enough to have this issue fixed for 1.17 - Resolves go-gitea#20068
Gusted
pushed a commit
to Gusted/gitea
that referenced
this issue
Jul 5, 2022
- Backport go-gitea#20234 - Initialize the popup for the tooltip inside the new code comment. - This works and is good enough to have this issue fixed for 1.17 - Resolves go-gitea#20068
zeripath
pushed a commit
that referenced
this issue
Jul 5, 2022
- Initialize the popup for the tooltip inside the new code comment. - This works and is good enough to have this issue fixed for 1.17 Fix #20068
zeripath
pushed a commit
that referenced
this issue
Jul 5, 2022
dineshsalunke
pushed a commit
to dineshsalunke/gitea
that referenced
this issue
Jul 9, 2022
- Initialize the popup for the tooltip inside the new code comment. - This works and is good enough to have this issue fixed for 1.17 Fix go-gitea#20068
vsysoev
pushed a commit
to IntegraSDL/gitea
that referenced
this issue
Aug 10, 2022
- Initialize the popup for the tooltip inside the new code comment. - This works and is good enough to have this issue fixed for 1.17 Fix go-gitea#20068
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
topic/ui
Change the appearance of the Gitea UI
topic/ui-interaction
Change the process how users use Gitea instead of the visual appearance
type/bug
Description
The "Pending" tooltip for PR review comments doesn't show on new comments until the page is reloaded.
To recreate:
Gitea Version
1.18.0+dev-14-g1e2c2edab
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
See demo:
Git Version
No response
Operating System
No response
How are you running Gitea?
https://gitea.com/Kyle/Tester/pulls/1/files
Database
No response
The text was updated successfully, but these errors were encountered: