You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking the "Error handler" modal window for the first time (via Settings > Troubleshoot > Report an Issue), the window's content is cut off at the bottom. The Send report button and the Privacy policy link are not visible and therefore inaccessible.
Furthermore, the window cannot be resized when it is initially displayed in this incorrect state.
Interestingly, if the truncated window is closed and then reopened during the same application session, it displays correctly with all elements visible.
This issue occurs across different UI scaling factors (tested at 100%, 150%, and 200% in XPipe Appearance settings).
Steps to Reproduce
Launch XPipe.
Navigate to Settings > Troubleshoot.
Click the Report an Issue button.
Observe the "Error handler" modal window.
Expected Behavior
The "Error handler" modal window should display completely on the first invocation, showing all fields, the "Log Files" checkbox, the contact information field, the privacy link, and the "Send report" button. The window should render at a size sufficient to contain all its elements.
Actual Behavior
On the first invocation, the bottom part of the modal is cut off, hiding the "Send report" button and privacy link.
The window cannot be resized in this state.
Closing the window and repeating Step 3 (within the same XPipe session) causes the window to display correctly.
Screenshots
Screenshot 1: 100 % UI scale
Screenshot 2: 150 % UI scale
Screenshot 3: 200 % UI scale
Environment
XPipe Version: 15.8 (x86_64)
Build Version: 15.8/2025-03-23-08-10
Distribution: Portable
Runtime Version: 22.0.2+9-jvmci-b01
Virtual Machine: GraalVM Community OpenJDK 64-Bit Server VM
The issue persists regardless of the scaling factor (100%, 150%, 200%) configured in the XPipe Appearance settings, suggesting it might be related to initial window size calculation or layout rendering on Wayland/XWayland, especially on the first render pass. The fact it works on subsequent openings points towards an initialization problem.
The text was updated successfully, but these errors were encountered:
Description
When invoking the "Error handler" modal window for the first time (via Settings >
Troubleshoot
>Report an Issue
), the window's content is cut off at the bottom. TheSend report
button and thePrivacy policy
link are not visible and therefore inaccessible.Furthermore, the window cannot be resized when it is initially displayed in this incorrect state.
Interestingly, if the truncated window is closed and then reopened during the same application session, it displays correctly with all elements visible.
This issue occurs across different UI scaling factors (tested at 100%, 150%, and 200% in XPipe
Appearance
settings).Steps to Reproduce
Settings
>Troubleshoot
.Report an Issue
button.Expected Behavior
The "Error handler" modal window should display completely on the first invocation, showing all fields, the "Log Files" checkbox, the contact information field, the privacy link, and the "Send report" button. The window should render at a size sufficient to contain all its elements.
Actual Behavior
Screenshots
Screenshot 1: 100 % UI scale
Screenshot 2: 150 % UI scale
Screenshot 3: 200 % UI scale
Environment
Additional Context
The issue persists regardless of the scaling factor (100%, 150%, 200%) configured in the XPipe
Appearance
settings, suggesting it might be related to initial window size calculation or layout rendering on Wayland/XWayland, especially on the first render pass. The fact it works on subsequent openings points towards an initialization problem.The text was updated successfully, but these errors were encountered: