The media browser button cannot be enabled in admin/config/content/wysiwyg/profile/wysiwyg/edit if the 'Convert Media tags to markup' option is not selected in admin/config/content/formats/wysiwyg. Unfortunately, however, it will not indicate that it fails to the user. The form appears to submit (although the submit callback is never called) and stays on the same page (admin/config/content/wysiwyg/profile/wysiwyg/edit). I figured out that validation is failing in media/wysiwyg_plugins/media.inc on line 76. The form error specified in line 77-79 is not displayed to the user, however.

Drupal 7.14
Wysiwyg 7.x-2.1+29-dev
CKEditor 3.6.4.7575

Comments

orourkedd’s picture

Issue summary: View changes

Added drupal/module versions

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

I cannot confirm that the error message is not displayed, with the latest 7.x-2.x-dev from WYSIWYG.

redndahead’s picture

Error message is displayed for me. unstable-6

redndahead’s picture

Issue summary: View changes

Correction.

devin carlson’s picture

Component: WYSIWYG integration » Code
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I'm not able to reproduce this with the latest 7.x-2.x-dev.