-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have received reports of two different cases:
- UI components retain absolute screen coordinates when switching between fullscreen and windowed modes. If components are positioned while in fullscreen (e.g., at coordinates valid for a large resolution like 3840×2160) and the application is then returned to a smaller windowed resolution (e.g., 500×500), those coordinates are no longer valid. As a result, components attempt to render outside the visible bounds of the window and are clamped to the bottom-right edge, often overlapping with each other. This makes UI elements appear missing or invisible when they are actually rendering offscreen or stacked in a small area.
- Swapping between windowed mode to fullscreen on large resolution screens is making the elements totally disappear. UiForge is still running, as you can hit the "END" key to clean it up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working