Currently for scald image in the atom properties dialog, the link target is added in the same addOption callback as the link text field.
This is a problem because we have code that shows or hides these options depending on the provider, but if something is not added in a separate addOption callback then this mechanism will not work on it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | scald-image-link-target-2694255-2.patch | 574 bytes | gifad |
Comments
Comment #2
gifad commentedAttached, very simple fix to this issue.
Comment #3
nagy.balint commentedMaybe something is wrong in my system, but for me the target is always _blank no matter what i set.
Comment #5
nagy.balint commentedOkay found it, A module was responsible.
Thanks!