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
nim js -o:app_bug.js -d:case_ok app_bug.nim: no bug
nim js -o:app_bug.js -d:case_bug1 app_bug.nim: when you click the button a few times, the foreign node gets (wrongly) deleted
EDIT: it looks like this bug also affects other scenarios, not just when it invovles a setForeignNodeId (eg i've seen this occur on a div which contains some canvas)
The text was updated successfully, but these errors were encountered:
timotheecour
changed the title
setForeignNodeId ineffective (node wrongly deleted after a redraw) if style param is used
node wrongly deleted after a redraw if style param is used
May 14, 2024
nim js -o:app_bug.js -d:case_ok app_bug.nim: no bug
nim js -o:app_bug.js -d:case_bug1 app_bug.nim: when you click the button a few times, the foreign node gets (wrongly) deleted
index.html:
app_bug.nim:
notes
The text was updated successfully, but these errors were encountered: