Project

General

Profile

Calling setHiddenKeepsGeometry() causes page to not render

Added by Nathan Ridge almost 11 years ago

I am experiencing a strange problem where calling setHiddenKeepsGeometry() on a widget causes the entire page to not render.

The problem can be reproduced by making the following modifications to the Hello World example:

  • Put the widgets into a WHBoxLayout
  • Call setHiddenKeepsGeometry(true) on one of the widgets
  • Call setHidden(true) on that widget

A complete example is attached.

Am I doing something wrong, or is this a bug?

Tested on Ubuntu 10.04 with Firefox 20 and Chrome 26. Wt version is 3.3.0.

Thanks!


Replies (2)

RE: Calling setHiddenKeepsGeometry() causes page to not render - Added by Koen Deforche almost 10 years ago

Hey,

There is indeed a bug in layout management related to this feature. I filed a bug (#3336).

Regards,

koen

    (1-2/2)