Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Tests / Continuous Integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2015 at 12:37 UTC
Updated:
24 Mar 2015 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dsnopekYeah, it looks like
jQuery.activeis stuck at1because we get this error when saving the Text widget:... in
Drupal.wysiwyg.editor.attach.tinymce().It appears it's trying to run
Drupal.wysiwygAttach()on the WYSIWYG text area that is no longer present on the page.I'm not sure yet what is causing this to happen. I thought it might be another regression from the CTools upgrade, but I reverted to 1.5 and 1.4 and neither helped.
These issues seem to be related, but the patches don't fix it:
Comment #2
dsnopekAha! This patch to the 'wysiwyg' module appears to fix it:
#1757684: Ajax error on Add another item
Here's a patch to get that into panopoly_wysiwyg.make!
Comment #3
dsnopekWith that patch, I'm able to run all of livepreview.feature locally in 2m40s! Committing.