When clicking on a placeholder (previously added by the placehodler plugin), and trying to edit it, the input text from the DialogBox should contain the placeholder name.
however, this doesn't work (2.5) because the tag of the placeholder is SPAN, and the placeholder plugin uses FCKSelection.GetSelectedElements which does only return an object if it is in the StyleObjectElements list.
Currently the StyleObjectElements list doesn't contain SPAN. Adding it solves the issue (see fcklistslib.js from sources).
Regards,
Thibault
however, this doesn't work (2.5) because the tag of the placeholder is SPAN, and the placeholder plugin uses FCKSelection.GetSelectedElements which does only return an object if it is in the StyleObjectElements list.
Currently the StyleObjectElements list doesn't contain SPAN. Adding it solves the issue (see fcklistslib.js from sources).
Regards,
Thibault