http://drupal.org/project/insert
Doesn't seem to work with this module. Using ckeditor with WYSIWYG module.
Not sure which module to post the bug report on. Posting here first.
Great module btw and thanks

Comments

Deciphered’s picture

Hi gooddesignusa,

Will look into and see what I can do.

Cheers,
Deciphered.

Deciphered’s picture

Title: Insert Module » Insert Module & Drag'n'Drop Uploads support.

I did look into this and I can see a few issues:

1. You need to enable 'custom alternative text' and 'custom title text' on the ImageField widget for Insert to respect the default ALT and Title fields.
2. Even when enabling the 'custom title text' field Insert doesn't insert the Title value.
3. ImageField Tokens doesn't parse the tokens in the Textareas.

The first two issues are Insert module issues - refer to #612928: Title and ALT tags are not added to IMG tags

As for the parsing the tokens issue, this is tricky, my first instinct was that parsing the tokens in the node body would be duplicating the functionality of the the Token Filter module, but it turns out that it doesn't use the standard token format. I will have to think on this.

As a side not, this is also an issue with my Drag'n'Drop Uploads module, so I will try to come up with a viable solution that is module independent.

Cheers,
Deciphered.

gooddesignusa’s picture

Thanks for taking time to look into this for me. I did apply that fix on "#612928: Title and ALT tags are not added to IMG tags" comment #11. Seemed to fix the problem of insert not adding the alt info. Obviously like you said it isn't using the tokens. Since this isn't a critical issue no hurry. Thanks again for looking into this.

13rac1’s picture

Status: Active » Closed (won't fix)

No further features to 6.x. Closing old issue.