#3519 closed defect (bug) (fixed)
Scritaculous fails to load its pieces in some odd circumstances
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.1.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| 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)
- Milestone changed from 2.1 to 2.1.1
- Resolution fixed deleted
- Status changed from closed to reopened
wp-scriptaculous.js never added. Reopening.
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

(In [4701]) Scriptaculous loader changes from mdawaffe. fixes #3519