Dynamic text tooltip is too long
Nightwarden24 opened this issue ยท 3 comments
Dynamic text tooltip is too long. There are situations when it doesn't fit and extends beyound screen. Especially if you use more than 2-3 triggers.
Example: Resolution is 1920x1080 (full HD); UIscale is not used.
From my point of view, the tooltip has a maximum length when selecting Aura or Character Stats as a trigger. In these cases, a description already occupies more than 70% of screen height.
Create 2 Aura triggers with "all" options, and the tooltip no longer fits on the screen.
Situation is slightly worse in Russian locale (more space is required).
Possible solution to the issue is using a separate pop-up window.
This was fixed with #5102
AceGUI / AceConfigDialog doesn't have an option for scrollable tooltip on editbox widget, adding the option doesn't seem to be trivial