Project

General

Profile

Actions

Bug #4293

open

Resize a WText "iframe" widget into a WGridLayout is inaccurate

Added by Florian Baume almost 9 years ago.

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

Actions

Also available in: Atom PDF