Actions
Bug #1823
closedWDialog fails with latest git
Start date:
04/08/2013
Due date:
% Done:
0%
Estimated time:
Description
If I try to create a WDialog with this code (even before calling exec(), just by creating the object):
WDialog *dialog_ = new WDialog("Hi there") ;
The result is an error from the browser (Chrome) with this text:
Wt internal error: TypeError: Cannot set property 'wtResize' of undefined, code: undefined, description: undefined
With WMessageBox:
StandardButton result = WMessageBox::show("Confirm", "About to wreak havoc... Continue ?", Ok | Cancel);
I get this:
error on line 4 at column 293: xmlParseEntityRef: no name
Updated by Koen Deforche almost 12 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
- Target version set to 3.3.0
Actions