Skip to content
This repository was archived by the owner on Oct 6, 2019. It is now read-only.

Bug fixes

Pre-release
Pre-release

Choose a tag to compare

@polterguy polterguy released this 13 Nov 18:52
· 1776 commits to master since this release

Important; Waiting with invoking [oninit] of widgets before they're physically shown. This has huge consequences in for instance widgets that are for some reasons not shown initially, and set to invisible.

Also, among other things, making sure we don't include JS and CSS for DateTimePicker and Colorpicker before [oninit] is evaluated.

Evaluating JavaScript returned from Ajax requests in the context of "window", to make interoperability with 3rd party libraries, dynamically injected into DOM, during Ajax requests way better!! This is a huge fix, combined with the first fix in this list!