| Previous · Next | |
| User | Message |
|
perlmonkey2
|
Date: 12/22/2008 4:49 pm · Subject: Draggable.js Updating · Rating: -1
It looks like draggable.js needs to be updated due to an IE7 bug when the body's css has a "direction: rtl" attribute. For some reason, IE7 does not allow the dragstop to do its magic. dragable_moveContent is quietly dying somewhere which keeps the dragable_dragStop from finishing, which means the move doesn't show up and screen and is not recorded. Or at least that is my working hypothesis.
Either way, moving to the YUI should abstract any future draggable alterations of the different browsers from the worries of WG developers. |
| Back to Top |
Rate [ | ]
|
|
JT
|
Date: 12/22/2008 5:05 pm · Subject: Re: Draggable.js Updating · Rating: -1
Does that mean you're currently rewriting it so that it does use YUI?On Dec 22, 2008, at 4:49 PM, <kaleb@plainblack.com> wrote: perlmonkey2 wrote: JT Smithph: 703-286-2525 x810fx: 312-264-5382 Create like a god. Command like a king. Work like a slave. |
| Back to Top |
Rate [ | ]
|
|
perlmonkey2
|
Date: 12/22/2008 5:10 pm · Subject: Re: Draggable.js Updating · Rating: -1
Yes, should be able to make most of the draggable calls just wrappers around YUI dragdrop.js
I'll try to have something working and ready for testing the 29th. |
| Back to Top |
Rate [ | ]
|