Ticket #13244 (confirmed Bug)
jquery.tinymce.js order in portal_javascripts
Reported by: | miohtama | Owned by: | robgietema |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Visual Editor | Version: | 4.2 |
Keywords: | Cc: |
Description
In Plone 4.1 + TinyMCE 1.3b6 I have
jquery-cachekey-50fc60d718243047abe243dc1afd6957.js jquery.js jquery.tinymce-cachekey-ef47297435031d09c3562cb47f49deaa.js - not: portal/portal_membership/isAnonymousUser jquery.tinymce.js jquery-integration-cachekey-df970ca96526706dd5a79ed04067a3c8.js jquery-integration.js
Putting jquery.tinymce.js right after jquery.js causes extra resource bundle to be created and 1 more HTTP requests to Plone as it breaks anonymous bundling chain. Is this intentional?
Change History
comment:2 Changed 3 years ago by tom_gross
Is this fixed by https://github.com/plone/Products.TinyMCE/pull/33?
Note: See
TracTickets for help on using
tickets.