You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested it and I'm able to reproduce it. Looks like the element is actually cloned, it just doesn't get the classes that have been programmatically set applied to the clone. This again is because Element::SetClass doesn't actually modify the class attribute. I'll think a bit more about a proper way to solve this. Thanks for reporting!
Hello,
Version: latest release (4.3)
This is the RML i used for the test: https://pastebin.com/sQsnLEGP
Code:
You can see on the video that the left box which was there in the RML works, while the new i added on the right side doesn't work:
https://s10.gifyu.com/images/ezgif.com-gif-makeraf65bc5247eda091.gif
In the inspector both elements are the same, and the events are working correctly on both.
The text was updated successfully, but these errors were encountered: