Iris icon indicating copy to clipboard operation
Iris copied to clipboard

Something causes Combos to close prematurely and Tooltips to be displaced

Open TypicalStarbounder opened this issue 5 months ago • 1 comments

Something causes Iris to just think the cursor is moved down about 16 pixels or something. No idea whats going on

TypicalStarbounder avatar Jul 10 '25 19:07 TypicalStarbounder

I've had other reports of this:

If it is an issue with the TopBar, it should automatically update here: https://github.com/SirMallard/Iris/blob/main/lib/widgets/init.lua#L35

You could help check the issue by opening the demoWindow and enabling the Debug Panel (you made need to modify line github.com/SirMallard/Iris/blob/main/lib/demoWindow.lua#L10 to enable it by default). This will show the Gui Offset, which is some useful information to figure out what is happening.

SirMallard avatar Jul 11 '25 10:07 SirMallard