Actions
Bug #3810
closedWContainerWidget size stuck to its minimumSize
Start date:
02/20/2015
Due date:
% Done:
0%
Estimated time:
Description
We assign a WVBoxLayout to WApplication's root() widget. Then we add a WContainerWidget to this layout with default params passed to addWidget().
WContainerWidget is assigned a minimum size of 750x470 pixels.
After we load the page in browser window - whose initial window size is lower than the minimum size of the WContainerWidget - we enlarge the browser window beyond the minimum. But WContainerWidget is stuck to its minimum size. It does not react to browser window resize events.
A minimum working example is attached.
Files
Updated by Erhan Aydın almost 10 years ago
Update: Issue is present on all browsers
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.4
Updated by Koen Deforche over 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
Actions