Skip to content

Commit

Permalink
Update changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
keejelo authored Jul 31, 2021
1 parent 3734a57 commit d931caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d931caf

Please sign in to comment.