ID:133375
 
Currently, when you resize a window, the "size" value changes along with it. However when you maximize the window, the "size" value remains the same as what it was before. Because of this, I'm having some problems with my interface.

It would be nice if the "size" value would change to your resolution when you maximize the window.
I think the size value is there for when the window restores(goes back from maximizing).
I think this needs to be a bug. While I found a workaround via "is-maximized", "size" should provide the current size of the window vs the restore size.

ts
In response to Tsfreaks
It's known intended behavior. And we're supposed to get some sort of built-in support for fullscreen soon, which would be better than using that anyway.
In response to Kaioken
I'm trying to center popup windows to their parent based on parent size and location. I'm only interested in the value returned by size when maximized.

Although... a bunch of that stuff in the other thread does in fact interest me. I won't comment here on it.

ts
In response to Tsfreaks
You put something on the window like a label and then use that to determine its size.