Actions
Bug #6296
openWPanel children overflow border
Start date:
03/15/2018
Due date:
% Done:
0%
Estimated time:
Description
Does not seem to occur in the default theme, only Bootstrap v2.
Code and screenshot attached. The problem is that the "Test" buttons are sitting centered on the bottom border of the panel. Code is about as small a sample as I can get and reproduce the problem. Note that I am specifically not using a layout manager in CButtonWidget because I want the buttons to wrap back around at the edge of the panel. (Which they do without the layout)
Files
Updated by Velvet Jones over 6 years ago
In my own code (not the submitted sample), I was seeing this problem in a WTabWidget when using LazyLoading. Changing to PreLoading fixes the alignment problem. So I don't need a fix for this, but I suspect that Wt is still doing the wrong thing anyway.
Updated by Roel Standaert over 6 years ago
- Target version changed from 3.3.10 to 3.3.11
Updated by Roel Standaert about 6 years ago
- Target version changed from 3.3.11 to 3.3.12
Updated by Roel Standaert almost 6 years ago
- Target version changed from 3.3.12 to 3.4.0
Actions