diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-03-24 10:22:34 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-03-24 10:22:34 +0100 |
commit | af129adce0014fc7c71e335804fef4148a057290 (patch) | |
tree | 738ef94d671389078924576c589a81e90aaa51b8 /HISTORY | |
parent | 506aa35bd753d3560df8031cff136a1a90d4db76 (diff) |
Fix #540
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ BUG: Fix callback loading for dynamically created JuiControls (ctrlaltca) BUG: Fix ClientSide.RequestTimeOut on active controls (ctrlaltca) BUG: Fix error reporting for not-existing property set on TJuiControl (ctrlaltca) BUG: TJuiDialog: avoid "cannot call methods on dialog prior to initialization" error (ctrlaltca) +BUG: Issue #540 - Fix TActiveFileUpload on IE11 (ctrlaltca) ENH: Issue #569 - Improved TJavascriptLogger / browser console logging of errors (ctrlaltca) ENH: Applied some misc optimizations to class serialization (ctrlaltca) ENH: Intercept fatal errors using register_shutdown_function (ctrlaltca) |