mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #334] When hover in the code editor over the class with extensive documentation like ArrayCtrl it is being closed immediatly #99
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klugier on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/334
Originally assigned to: @mirek-fidler on GitHub.
I just noticed that when hover in the code editor over the class with extensive documentation like ArrayCtrl it is being closed immediately. Annoying and it doesn't allow to read the documentation directly in the code editor.
Platform details: Linux GTK Backend with native Wayland enabled :)
@mirek-fidler commented on GitHub (Dec 27, 2025):
For future: Would be nice to leave a note about platform (have not checked yet, but this can be platform dependent)
@mirek-fidler commented on GitHub (Dec 27, 2025):
(works for me in Win11, please provide more details to reproduce)
@mirek-fidler commented on GitHub (Dec 27, 2025):
Actually, thinking about it, it would be a nice new function in theide: "Platform details for bug report" :)
@ismail-yilmaz commented on GitHub (Dec 27, 2025):
IME, that usually happens when at least one of the popup windows coordinates (l,t,r, b) is offsetted out of the view/screen coordinates (at least on linux/gnome), and usually happens on such large popups. And this is generally true for popups, not just TheIDE.
@ismail-yilmaz commented on GitHub (Dec 27, 2025):
screen capture:
https://github.com/user-attachments/assets/ea9c182d-b76f-4039-9fa7-3cd3188da1b5
@klugier commented on GitHub (Dec 27, 2025):
Thanks, The issue happend to me on GTK Backend on Linux with Wayland enabled. I will check X11 later today...
@mirek-fidler commented on GitHub (Dec 27, 2025):
Should be now fixed.
@klugier commented on GitHub (Dec 27, 2025):
Works as expected! Thanks!