Bug 578326 - Popups have wrong size on window manager using `WM_NORMAL_HINTS(WM_SIZE_HINTS)`
Summary: Popups have wrong size on window manager using `WM_NORMAL_HINTS(WM_SIZE_HINTS)`
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.22   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-22 13:27 EST by Thomas van Velthooven CLA
Modified: 2022-01-22 13:27 EST (History)
0 users

See Also:


Attachments
output of xprop ran on the popup. (1.37 KB, text/plain)
2022-01-22 13:27 EST, Thomas van Velthooven CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas van Velthooven CLA 2022-01-22 13:27:37 EST
Created attachment 287870 [details]
output of xprop ran on the popup.

the size values for a popup passed to xorg via `WM_NORMAL_HINTS(WM_SIZE_HINTS)` by eclipse are 0, resulting in the window manager assigning the default size to the popup, which is usually too small for said popup.

steps to reproduce:
1. run eclipse in a window manager using `WM_NORMAL_HINTS(WM_SIZE_HINTS)` for window size.
2. open any popup, for example file outline.
(optional)3. use a tool like xprop to check the windows properties.
result: the popup will open with the wrong size.

attachments:
the output of xprop ran on an eclipse popup, showing that `WM_NORMAL_HINTS(WM_SIZE_HINTS)` is not set correctly.