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

ResourcePage


Go to End


30 Posts   4923 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

12 November 2010 at 3:35am

Same version of SS? My demo might be back a few ticks.

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
DrWebGuy

Community Member, 16 Posts

12 November 2010 at 6:27am

I am having the same issue with "Choose Existing" on IE 7 and IE 8. It looks like it's just an error in the way the Javascript is handled by IE as opposed to a real browser. I did all my testing in Safari and Firefox, but my client is using IE 7 and has a real need to attach existing files. Any ideas for a workaround or a fix would be appreciated.

Avatar
Stefdv

Community Member, 110 Posts

12 November 2010 at 8:48am

UncleCheese,

I'm using ;

- IE8
- SS 2.4.2 with the latest Modules.

( I'll post my configuration complete in the future...sorry about that )

Avatar
UncleCheese

Forum Moderator, 4102 Posts

12 November 2010 at 8:49am

Hey, guys,

I was finally able to track down a machine with IE.. unfortunately, it was IE6, but on a positive note, IE6 does reproduce the bug!

I made a small change to the javascript and committed it. Let me know if that works for your IE 7/8 issues.

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
Stefdv

Community Member, 110 Posts

12 November 2010 at 8:54am

UncleCheese,

Tx alot again..Will try tomorrow and let u know.

Avatar
Stefdv

Community Member, 110 Posts

12 November 2010 at 9:00am

Uhhh UncleCheese...

Where do i get your ' updated' version ?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

12 November 2010 at 9:31am

If you're using SVN, just run an update. Otherwise, the builds on my website happen nightly.. (about 12 hours from now, to be exact)..

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
DrWebGuy

Community Member, 16 Posts

12 November 2010 at 10:18am

That worked for me! IE8 likes whatever you did.

I want to set up a FileDataObjectManager that only uses the original filename of the PDF file - without any user input. I have a client who wants to use the nice multiple upload feature, but does not want to name and describe each file after it is uploaded. How do I tell DOM to forget about the user definined "Name" and "Description" fields, and instead populate "Name" with the filename property. (This is all related to ResourcePage).