Page 1 of 1

Demo 7 Resize Bug

Posted: Thu Sep 23, 2010 04:46
by earthsruler
Hey. I was looking into CEGUI and upgrading to the new version, and found a bug.

You can repo this simply with Demo 7.

Grab the left edge of a window and resize it. You should find that it deforms the window, when it shouldn't. Also note that this only occurs on the left edge.

Re: Demo 7 Resize Bug

Posted: Thu Sep 23, 2010 15:44
by IR3uL
I wont call it a bug, but a side effect =D

The effect updates when the position changes, and when you resize the window from the left edge the position changes, and the update is calculated. You would have the same behavior if you were able to resize the window using the top edge.

Re: Demo 7 Resize Bug

Posted: Fri Sep 24, 2010 01:39
by earthsruler
Well that makes sense :)

Cool!

Re: Demo 7 Resize Bug

Posted: Mon Sep 27, 2010 12:52
by CrazyEddie
It's a feature, not a bug :lol:

Seriously though, I was aware of this, but seeing as it's the result of some hacking in one of the samples, I decided not to spend any time 'fixing' it ;)

CE.

Re: Demo 7 Resize Bug

Posted: Mon Sep 27, 2010 14:43
by IR3uL
CrazyEddie wrote:It's a feature, not a bug :lol:

Seriously though, I was aware of this, but seeing as it's the result of some hacking in one of the samples, I decided not to spend any time 'fixing' it ;)

CE.


I spent 30 minutes with it too, until i gave up =D