YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2528103 (closed enhancement)

Reporter


Luke Smith
Opened: 07/21/09
Last modified: 09/29/09
Status: closed
Type: enhancement
Resolution: fixed

Owner


Dav Glass
Target Release: 3.0.0 GA
Priority: P3 (normal)
Summary: Y.Plugin.Drag could work for Widgets
Description:

Changing
config.node = config.host
to
config.node = Y.Widget && config.host instanceof Y.Widget ? config.host.get('boundingBox') : config.host;

Would make this possible:
new Y.Console().plug(Y.Plugin.Drag).render();

Type: enhancement Observed in Version: development master
Component: DragDrop Severity: S5 (trivial)
Assigned To: Dav Glass Target Release: 3.0.0 GA
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Dav Glass

YUI Developer

Posted: 07/21/09
  • location changed to Library Code
  • milestone changed to 3.0.0 GA
  • status changed from new to accepted

Dav Glass

YUI Developer

Posted: 07/22/09
  • status changed from accepted to checkedin

Change checked in: Fixes #2528103 - Added Widget support to Drag Plugin

View Commit: 395e2cf5ecfcbe123e06edd179ab87b9046f3a01

George

YUI Developer

Posted: 09/29/09
  • resolution changed to fixed

George

YUI Developer

Posted: 09/29/09
  • status changed from checkedin to closed