Skip to main content

Search and Top Navigation

#2954 closed bug (notabug)

Opened June 04, 2008 07:30PM UTC

Closed June 09, 2008 12:59AM UTC

"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.

Attachments (0)
Change History (1)

Changed June 09, 2008 12:59AM UTC by klaus.hartl comment:1

resolution: → invalid
status: newclosed

I wonder how this could ever have worked, because there is no second argument for the load callback and has never been.