-
Notifications
You must be signed in to change notification settings - Fork 28
On replace_svg, databind functionality does not work #125
Comments
Hi @KiwiMayonnaise, No at first sight I don't think that is intended behaviour, so let's call it a "bug" from here on ;-) Can you make a "simple" test flow that I can use to reproduce this issue? A simple svg containing of a single shape will be sufficient I assume. Because I am very short of free time, so that would really help to get me started with this... Thanks! |
Hello Bart, please see attached flow. Let me know, if it is sufficient to reproduce the issue.
|
Hi @KiwiMayonnaise, Thanks for taking the time to create a simple flow to reproduce it easily. Something like that really helps!! I have created a fix on Github. Would be nice if you could test it, before I publish it on npm. You can install it from this github repository like this:
Hopefully it now works for you. I think this is what you wanted: |
Hello Bart, thank you kindly for so fast fix. I confirm, in test environment, behaviour seems to be fixed. |
I am closing the issue. |
@KiwiMayonnaise, |
Hello Bart,
I would like to suggest one issue for investigation. I am trying to load svg where I have data-bind* attributes. If I paste my svg via UI editor of svg graphic node (Tab SVG), then everything works smoothly. If I want to load svg from file, data-bind* attributes are not recognised when I send the update messages to animate or change the text values. I need them to define manually in Binding Tab.
Can you advise, if this is intended behaviour?
Thank you for your great work and contribution.
The text was updated successfully, but these errors were encountered: