Bug #3719
WTableView grows horizontally when vertical scrollbar is visible
0%
Description
I'm using Wt 3.3.4RC1
As soon as a WTableView creates a vertical scrollbar, the TableView will grow horizontally whenever some Geometry-Event(?) occurs, until the maximal avalable space is reached. I have the impression that the space between table and scrollbar is extended by the horizontal size of the scrollbar as soon as the system reacts to the event.
I've appended a small example to demonstrate the effect. You will observe it when you change the size of the browser window or when you push the button to show the little dialog.
The example is constructed using horizontal stretchers to give variable horizontal space to the TableView. You will see the same behavior when you put the TableView into a dialog window.
With best regards,
Helmar
Files