Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Possible drag to re-order bug


Go to End


9 Posts   3649 Views

Avatar
cbolt

Community Member, 6 Posts

4 September 2009 at 7:48pm

Hi

Having some weirdness with drag to reorder. Dragging just pushes things up and down, creating white space between everything, but doesn't change the order.

This happens on my own site and on the demos at http://dataobjectmanager.carlinowebdesign.com/

Happens in all dataobjectmanager types of table fields and in the files and image manager

Tested under:

Max OS X 10.5.8:
Firefox 3.5.2
Safari 4.0.3

Windows XP:
IE 7 & 8

Avatar
cbolt

Community Member, 6 Posts

4 September 2009 at 7:53pm

Forgot to say.

Firefox error console says:

Error: $.Event is not a function
Source File: http://dataobjectmanager.carlinowebdesign.com/dataobject_manager/javascript/jquery-ui.1.6.js?m=1234462878
Line: 363

IE 8 error console says:

Message: Object doesn't support this property or method
Line: 363
Char: 3
Code: 0
URI: http://dataobjectmanager.carlinowebdesign.com/dataobject_manager/javascript/jquery-ui.1.6.js?m=1234462878

Avatar
bummzack

Community Member, 904 Posts

4 September 2009 at 9:33pm

Same here. Worked fine before I updated to the latest SVN (r253) though.

Avatar
Platypus

Community Member, 43 Posts

5 September 2009 at 1:02am

With DOM Rev. 253 I get the same bug. Using my backup-version now.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

5 September 2009 at 1:52am

Yeah, I'm aware of the bug, guys. Thanks. It's an unintended consequence of allowing the datepickerfield in the regular CMS pages. I'm on vacation, but I'll fix on Tuesday.

Have you guys seen the video on what Ingo is doing to overhaul the Silverstripe JS framework? That will change EVERYTHING. Things like this will never happen again. :)

Not to mention the CMS will be so much faster.

Avatar
cbolt

Community Member, 6 Posts

5 September 2009 at 4:19pm

Thanks!

Where can I find this video, I'd like to know more.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

6 September 2009 at 3:19am

It was in their most recent newsletter.

http://www.vimeo.com/6315563

Avatar
UncleCheese

Forum Moderator, 4102 Posts

6 September 2009 at 9:40am

I've patched this bug. Can some of you test the latest rev and confirm that it is working for you?

Go to Top