Closed (fixed)
Project:
Aloha Editor (obsolete)
Version:
8.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
18 Sep 2012 at 14:36 UTC
Updated:
9 Oct 2012 at 15:01 UTC
As reported in #1782892: Basic WYSIWYG Config + Input formats and #1664602-10: Allow attributes to be passed to drupal_add_[css|js] (SRI), we currently de facto require JS aggregation to be disabled. Fix that, by setting preprocess = FALSE on aloha.js.
Comments
Comment #1
wim leersFixed: http://drupalcode.org/project/aloha.git/commit/cfa915f.
To be ported to D8.
Comment #2
sunerr, you can't be serious? :) That's not really a solution. I mean, yeah, it's a stop-gap fix, but...
Comment #3
wim leersThe real solution IMO is to modify AE to be so stupid (from a Drupal POV at least) to automatically initialize by default. Then the attribute on the script tag isn't necessary.
Considering the fact that we now have our own build of AE, this is no longer unfeasible. So, I think we're on the same page, sun? :) (FWIW, I already said over at #1664602-12: Allow attributes to be passed to drupal_add_[css|js] (SRI), on August 12, that I think having attributes on script tags is a bad idea in general.)
Comment #4
wim leersComment #5
wim leersPorted: http://drupalcode.org/project/aloha.git/commit/69b57b3.