Modify ↓
#2618 closed defect (fixed)
Wysiwyg: Won't load with latest Trac 0.11 trunk (jQuery no-conflict changes)
Reported by: | osimons | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Following trac:changeset:6572 the wysiwyg-load.js
won't work, making the editor unavailable.
I'm no JS wizz, but from what I can see it means changing it to this:
-
0.11/tracwysiwyg/htdocs/wysiwyg-load.js
1 $(document).ready(function() {1 jQuery(document).ready(function($) { 2 2 setTimeout(TracWysiwyg.initialize, 10); 3 3 });
Only tested on latest Trac trunk - I have no idea what this does to the 0.11b1 installations...
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Hi,
This is verified:
--JamesMills