Closed (fixed)
Project:
BUEditor
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2015 at 15:48 UTC
Updated:
31 May 2018 at 13:44 UTC
Jump to comment: Most recent
Comments
Comment #1
Linus commentedYou need to add system/ajax in the visibility settings of BUEditor, because the multi-value fields are loaded via ajax.
Comment #2
dwwThis is still happening in D8. All the BUEditor buttons disappear as soon as you trigger any AJAX events on a form. Seems like a fairly major UI bug, if not critical. There are no visibility settings in D8 so the suggestion in #1 no longer applies to D8.
Comment #4
ufku commentedIt seems editor module is triggering "detach" callback with "serialize" key on ajax calls. Not sure why detach is triggered instead of "onChange". Added a fix anyway.
Comment #5
dwwAmazing, thanks! Great timing that this made it into the 8.x-1.1 release, too. Tested and it's working great.
Thanks, again!
-Derek