From d931caf550d3325aa08951970ab443515616a890 Mon Sep 17 00:00:00 2001 From: keejelo <34620895+keejelo@users.noreply.github.com> Date: Sat, 31 Jul 2021 16:17:09 +0200 Subject: [PATCH] Update changelog.txt --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 65363c21..1f706af5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ # 1.735.71: - Fixed a minor bug where method "myObj.$(...)" didn't always return null if element not found. Now it's fixed. + Tested working on Win10, in latest versions of browsers: Chrome, Firefox, Edge, Opera, IE11 (+8-9-10 emulated) + -> Note about IE 8-9-10 emulated: only partial support for "dlg-multi" - cannot switch between multiple dialogs and can only drag and drop the top one, + due to use of CSS pointer-events, but all other features seem to work ok, no errors discovered during testing. # 1.735.70: - Cleaned up the code a little: removed variable "myObj.bHidden" since it ended up doing the same as "myObj.bVisible", no reason to have two that does the same.