Closed (fixed)
Project:
Wysiwyg Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 01:58 UTC
Updated:
18 Sep 2012 at 07:11 UTC
As the title says, I get a javascript exception when clean url's is off
Comments
Comment #1
decipheredUnfortunately due to the way Wysiwyg plugins work this is actually a current limitation of the module which could be fixed with a simple patch for the Wysiwyg module. I have been meaning to look into writing said patch, so I will keep you notified here on that progress.
Easy workaround, turn clean URLs back on :)
Comment #2
dgtlmoon commentedA check that presented a drupal_set_message(...) would save us poor souls who dont have it enabled a lot of heartache
Comment #3
decipheredAbsolutely, something in hook_requirements() to error when Clean URLs is disabled is likely the best trick for the meantime, and I'll try to get it committed ASAP.
Comment #4
dgtlmoon commentedsweet, i'll retest when its in
Comment #5
decipheredhook_requirements() added to prevent module being installed when Clean URLs is disabled. Real fix (patch for Wysiwyg module) to come.
Comment #6
decipheredLatest dev (built in the next few hours) should no longer require clean urls be on as the dynamic Wysiwyg plugin is being implemented in a much nicer way now.