#3519 closed defect (bug) (fixed)
Scritaculous fails to load its pieces in some odd circumstances
Reported by: | mdawaffe | Owned by: | |
---|---|---|---|
Milestone: | 2.1.1 | Priority: | low |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Scriptaculous's clever JS script loader uses document.write in the head. This breaks sometimes (i.e. nothing is written to the head and scriptaculous' subscripts are not loaded). I do not know why this happens, but I think it has something to do with TinyMCE.
The attached uses WP's script loader instead of scriptaculous'. It also allows you to define a group of scripts by setting that item's src to ''
in the script loader (see, for example, the definition of scriptaculous
).
2.1?
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
(In [4701]) Scriptaculous loader changes from mdawaffe. fixes #3519