https://bugs.kde.org/show_bug.cgi?id=469834
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INTENTIONAL Status|REPORTED |RESOLVED CC| |k...@davidedmundson.co.uk --- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- To explain what's happening: client.geometry.height = 1000; is asking the client for the geometry of (currentWidth, 1000); client.geometry.width = 1000; is asking the client for the geometry of (1000, currentHeight); Changing geometry is an async operation, at the time of the second call, the currentHeight is the frames current height, which is not 1000. I would say the script code is wrong, set client.geometry to a rect directly. Please reopen if there's a reason why your script can't do that. -- You are receiving this mail because: You are watching all bug changes.