Closed (outdated)
Project:
Experience Builder
Version:
0.x-dev
Component:
Page builder
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Oct 2024 at 22:27 UTC
Updated:
20 Feb 2025 at 16:14 UTC
Jump to comment: Most recent
Comments
Comment #2
kristen polThanks. I saw this before Barcelona and didn’t make an issue.
It seems like this is also affecting other props besides images too, but this is a good example to start with.
Moving to the XB queue.
Comment #3
kristen polFixing status.
Comment #4
shyam_bhattComment #5
shyam_bhattThe field image does not yet support updating the preview on change. We need to create/update the "data-media-file" attribute with a default value, Also we have to store the new image value in the form state variable. Need to check the "inputBehaviors.tsx" file.
Comment #6
soaratul commentedComment #7
soaratul commentedI also debugged and found that in case of prop value is an object, we are not updating the preview and seems it will require some backend work.
Comment #8
wim leersI suspect this is related to #3467954: META: Evolve XB UI's data model to allow non-SDC components' inputs, DynamicPropSource support, etc.. would be good to confirm.
It seems that @soaratul already did that … but an end-to-end test reproducing this bug would then go a long way in A) fixing it, B) preventing it from regressing :)
Comment #9
kristen polNot sure if this is related to this or to #3467954 but this was found when debugging this issue:
#3480935: Image Schema only works with image var in twig
Comment #10
soaratul commented@wim-leers, I don't think this is related to #3467954
Comment #11
lauriiiCannot reproduce anymore.