When using references_dialog together with entityreference_live_preview , the preview is not loaded/refreshed until the user enters and leaves the field.

entityreference_live_preview expects "blur" event to be triggered once the field is populated, and references_dialog doesn't do this. Simple JS fix should improve this behavior.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lklimek created an issue. See original summary.

lklimek’s picture

Status: Active » Needs review
FileSize
698 bytes

Attached patch should fix the issue.

fox_01’s picture

#2 works for me