This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Using Element.addClass() using aspect function has unpredictable behavior #124
Comments
SonnyX
changed the title
Adding class using aspect function has unpredictable behavior
Using Element.addClass() using aspect function has unpredictable behavior
Jun 9, 2019
I do not see any problems with this:
|
https://github.com/SonnyX/RenegadeX-Windows-Launcher/releases/download/0.0/specific.zip Made a little showcase for you where this bug occurs. |
I am able to reproduce the issue. thanks. Looking. For a while replace Problem is that aspect execution happens at the momemt of style assignment and your code is changing the class of element at the same time. |
Cool thanks, |
Fixed as of 4.3.0.7, as stated in logfile.htm |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using
aspect: "bool_setting";
in the css of a button makes the button (and surrounding elements) dissapear whereas clicking the button in the following scenario does not:Sciter version:
4.3.0.6
The text was updated successfully, but these errors were encountered: