Skip to main content

Search and Top Navigation

#5013 closed feature (fixed)

Opened December 18, 2009 10:45AM UTC

Closed December 23, 2009 04:49AM UTC

Migrate dev branch to labs-widget-factory

Reported by: jzaefferer Owned by:
Priority: major Milestone: 1.8
Component: ui.core Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

The latest widget factory: http://jquery-ui.googlecode.com/svn/branches/labs/widget-factory/ui/ui.core.js

A testcase: http://jquery-ui.googlecode.com/svn/branches/labs/widget-factory/tests/visual/inheritance.html

The widget factory in trunk/dev is now in jquery.ui.widget.js.

To ease migration, the new factory should still take $[namespace][name].defaults in account.

Attachments (1)
  • widget-factory.patch (21.7 KB) - added by jzaefferer December 18, 2009 01:15PM UTC.

    Droppable and other widgets relying on mouse plugin still fail

Change History (1)

Changed December 23, 2009 04:49AM UTC by scottgonzalez comment:1

resolution: → fixed
status: newclosed

Fixed over several commits across trunk and dev. The dev branch now contains the changes from the patch plus some additional changes to bring the plugins more inline with the new widget factory.