You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed bug in WWebWidget: lower addedChildren_ count if an added widget is removed
- More paranoid request handling (to catch rare ackId error that may be
caused by a browser's strange behaviour)
- Fixed conflicting definition of Dbo4Fixture (issue #5482)
- WDialog: fixed escape event not properly processed on unfocused modal dialogs
- WFileDropWidget: Added missing WT_API
- Issue #5436: pass WServer config arguments to subprocess on Windows.
Patch adapted from one provided by Trigve Siver.
- Made it possible to configure appRoot() and docRoot() in WTestEnvironment
- Fix issue #5479:
- Need to set font description to preferred font before pango_itemize
- WPdfImage: Fix font size change not being executed
- enableAjax: rerender WTableView as Ajax-enabled WTableView (issue #5470)
- fix WCalendar of WDateEdit getting partially hidden in WTableView
- JSON serializer should serialize NaN and infinity to null
- Use app.name for a WApplication's JSignals, prevents
WApplication::setObjectName() from causing not exposed Wt-unload
problems
- Fix sorted map of indexes being inconsisten during removal
0 commit comments