Bug 1251 - XFCE changes window position after resize XConfigureWindow
Summary: XFCE changes window position after resize XConfigureWindow
Status: RESOLVED WORKSFORME
Alias: None
Product: Newt
Classification: JogAmp
Component: x11 (show other bugs)
Version: 2.4.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-10-10 02:58 CEST by Sven Gothel
Modified: 2019-03-27 04:18 CET (History)
1 user (show)

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments
Minimalist test application (1.80 KB, text/x-java)
2015-10-10 14:20 CEST, Johann Sorel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2015-10-10 02:58:32 CEST
Johann Sorel reported that using XFCE
a NEWT Window changes its previous position 
when resizing it programmatically via setSize(..).
Comment 1 Sven Gothel 2015-10-10 03:05:36 CEST
Installed 
  - xfce 4.10.1
  - xfce4-goodies 4.10
    which includes:
    - xfdesktop4 4.10.2-3
    - .. and a bunch of stuff

.. using all default settings

on Debian 8, using Mesa3D software rendering.

+++

This bug could not be reproduced via: 
 TestGearsES2NEWT w/ command line args:  
  -manual -time 1000000 -rwidth 500 -rheight 500 -x 200 -y 200
  -manual -time 1000000 -rwidth 500 -rheight 500 -undecorated -x 200 -y 200
  -manual -time 1000000 -rwidth 500 -rheight 500
  -manual -time 1000000 -rwidth 500 -rheight 500 -undecorated 

XFCE only changed the window position, if it doesn't fit
on the screen anymore from its current position.

Closing for now, please reopen w/ a details reproducible description.
Comment 2 Johann Sorel 2015-10-10 14:20:20 CEST
Created attachment 761 [details]
Minimalist test application

In this tiny application the program catchs the mouse events and resize the frame.
The frame 'jumps' everywhere on the screen at each resize.