Opened 15 years ago
Closed 15 years ago
#2954 closed bug (notabug)
"load" option broken
Reported by: | anonymous | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.tabs | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After updating from beta 2 to rc1, there seems to be a problem with the "load" option. This worked perfect in beta 2:
load: function(arg1, arg2) {
$.fck.config = {path: 'mod/modfck/', height:300 };
$('textarea[@name=str' + $('input[@name=strType]', arg2).val() + 'Description]').fck(/* default settings */);
But it's broken in rc1.
Note: See
TracTickets for help on using
tickets.
I wonder how this could ever have worked, because there is no second argument for the load callback and has never been.