! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Windows can no longer be resized after marked unresizable once
Status:
RESOLVED: DUPLICATE

Comments

Description Sean Davis editbugs 2017-02-07 05:05:37 CET
Once a window has been marked as unresizable, it cannot be resized again. Maximizing the window still works as expected. For example, when activating and deactivating parole's new mini mode (git master), the resizable flag is toggled off and on.

gtk_window_set_resizable (window, FALSE);
gtk_window_set_resizable (window, TRUE);

The behavior can be observed in the below video.

https://youtu.be/n0Q1i5PSKiU
Comment 1 Hugo Kortschak 2017-12-30 16:07:36 CET
I observe the same with programs using Java and JavaFX. In a larger project I open modal dialogs using instances of Stage (JavaFX) and assign it the reference of the owner window:

        Stage stage = new Stage();
        stage.initOwner(ownerWindow); // where the 'owner window' is running in an XFCE window.

After this step the XFCE window can no longer be resized. It shows the same behaviour as reported in this bug.
The respective menu item in the XFCE window menu (upper left corner) is shaded grey to indicate its disabled status.
Comment 2 Phil 2018-02-16 13:53:31 CET
Epxeriencing the same issue with Peek, see https://github.com/phw/peek/issues/270
Comment 3 Phil 2018-02-16 13:54:27 CET
Sorry, wrong link above: https://github.com/phw/peek/issues/269
Comment 4 Olivier Fourdan editbugs 2018-02-16 14:09:14 CET
It works fine in master, I think this is a dupe of bug 12176

*** This bug has been marked as a duplicate of bug 12176 ***

Bug #13338

Reported by:
Sean Davis
Reported on: 2017-02-07
Last modified on: 2018-02-16

People

Assignee:
Olivier Fourdan
CC List:
2 users

Version

Version:
4.12.0

Attachments

Additional information