General

Profile

Patrick Oppenlander

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

06/02/2015

10:22 AM Wt Bug #3948: WTimeEdit regexp for "mm" is incorrect
I've just updated my git tree and this patch doesn't appear to be in there yet?
Patrick Oppenlander

04/03/2015

03:33 AM Wt Bug #3948 (Closed): WTimeEdit regexp for "mm" is incorrect
The leading zero for minutes should not be optional.
The following patch fixes the bug.
diff --git a/src/Wt/WTi...
Patrick Oppenlander

12/02/2014

01:37 AM Wt Bug #3662: WTreeTable doesn't render empty (or whitespace) WText column widgets correctly
This bug has a workaround.
Use this code when you expect empty text:
// HACK: shouldn't need to set height
...
Patrick Oppenlander
01:34 AM Wt Bug #3693: Calling 'setTreeRoot' on WTreeTable with an empty string for 'header' causes treetable to render incorrectly
Note that the horizontal rule has moved above the header row.
Patrick Oppenlander
01:33 AM Wt Bug #3693 (Closed): Calling 'setTreeRoot' on WTreeTable with an empty string for 'header' causes treetable to render incorrectly
Here is the treetable with the header string "Bays"
![](good.png)
Here is the treetable with the header string "" ...
Patrick Oppenlander

11/12/2014

12:40 PM Wt Bug #3662 (Closed): WTreeTable doesn't render empty (or whitespace) WText column widgets correctly
If a column widget in a WTreeTable is set to
setColumnWidget(3, new Wt::WText(""));
the generated html omits a ...
Patrick Oppenlander

11/06/2014

12:36 AM Wt Bug #3651 (Closed): WTreeTable doesn't resize rows when WPushButtons are used as column widgets:
For example:
namespace {
Wt::WTreeTableNode *addNode(Wt::WTreeTableNode *parent, const char *name,
...
Patrick Oppenlander

Also available in: Atom