Bug #4293
Resize a WText "iframe" widget into a WGridLayout is inaccurate
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/07/2015
Due date:
% Done:
0%
Estimated time:
Description
Resize a WText "iframe" widget into a WGridLayout is inaccurate. A very slow mouse movement of the column separator is the only way to resize the widget.
WGridLayout *layout = new WGridLayout(); layout->addWidget(folderView(), 0, 0); layout->addWidget(new WText("<iframe src='http://www.webtoolkit.eu/wt' width=\"1024\" height=\"768\"></iframe>", XHTMLUnsafeText), 0, 1); layout->setColumnResizable(0);
No data to display