Project

General

Profile

Actions

Bug #1676

closed

crash on empty windowtitle

Added by Max Quatember about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/06/2013
Due date:
% Done:

0%

Estimated time:

Description

test case:

namespace
{
class Dia
: public Wt::WDialog
{
public:
Dia()
: Wt::WDialog()
{
setWindowTitle( windowTitle() + "xxx" );
}
};
class TestWindowTitle
: public Wt::WApplication
{
public:
TestWindowTitle( const Wt::WEnvironment& env )
: Wt::WApplication( env )
{
auto button = new Wt::WPushButton( "click" );
root()->addWidget( button );
button->clicked().connect( [&]( const Wt::WMouseEvent& e )
{
( new Dia() )->exec();
});
}
};
}

best regards,

max

Actions #1

Updated by Koen Deforche about 11 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.0

Hey Max,

Thanks for catching this. Will be fixed in the next release candidate.

Regards,

koen

Actions #2

Updated by Koen Deforche about 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF