·
281 commits
to master
since this release
All click functions have been reworked, so that they simulate an actual mouse click. Elements that are behind other elements won't be clicked automatically anymore (unless it's possible to scroll them into the viewport). This allows us to catch errors when input elements are overlayed with other elements which would block an actual user from using it. This change may lead to having to adapt a few test cases.