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

DOM with Nested ImageDOM in Internet Explorer


Go to End


9 Posts   2727 Views

Avatar
Terry Apodaca

Community Member, 112 Posts

31 March 2010 at 9:07am

I have tried and pretty much successfully nested a ImageDOM inside a normal DOM. My issue here is in Internet Explorer the formatting is way off and I cannot get this fixed. I have even tried modifying the plugin's CSS files, and Template .ss files. I will attach a screenshot in a reply below so you can see how it looks.

1. I have no slider to size the images (admin)
2. They all float too far left with no padding/margin.
3. the bottom bar of the DOM sits over the delete (trashcan) like it wasn't 'cleared' of the above floats.

I also then get a javascript error if i click on one of the images to modify it...

JavaScript error message:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Timestamp: Tue, 30 Mar 2010 20:04:55 UTC


Message: Not implemented

Line: 37
Char: 9
Code: 0
URI: http://4wayinvestments.tsg.net/dataobject_manager/javascript/dataobject_manager.js

Avatar
Terry Apodaca

Community Member, 112 Posts

31 March 2010 at 9:27am

I guess I can't upload an image to this forum...so here is a link to a screenshot:

Avatar
Terry Apodaca

Community Member, 112 Posts

1 April 2010 at 9:20am

I switched to the FileDOM and it works just fine in all browsers. I am guessing it's just the ImageDOM that isn't complete for the NestedDOM.

The only other issue I see in IE is the pop-up inside the pop-up to edit the individual files loaded will load in the same (face)box and not in it's own overlay...can anyone else confirm this?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

1 April 2010 at 9:35am

What rev of DOM are you using?

Avatar
Terry Apodaca

Community Member, 112 Posts

1 April 2010 at 10:27am

I am using DOM rev 388 (modules-dataobject_manager-r388.tar.gz) on SS version 2.3.3

Avatar
UncleCheese

Forum Moderator, 4102 Posts

1 April 2010 at 10:46am

If you're on 2.3, make sure you're running the correct branch. See the "2.3 branch" sticky.

Avatar
Terry Apodaca

Community Member, 112 Posts

2 April 2010 at 9:58am

I completely redid the installation, and installed the version off the 2.3 Branch and I still have the same problems.

I've also noticed SimpleHTMLEditorField doesn't play nice in IE 7 or 8. I can't get the formatting to work for Lists. Firefox is just fine on windows...just not IE and my client is an IE only user. He was trying to add a unordered list and couldn't get more than one with a bullet. I tested it...and it's like IE is treating the content as a <p> and then wrapping the <li> around the <p> so if you are typing into the bullet, and you hit enter (or next line), and in IEs case, it's replacing that with a <br> it will still be in the first <li>...and any subsequest is the same.

Avatar
hammuh

Community Member, 15 Posts

28 August 2010 at 2:47am

Maybe a little late...But:

In your third post you said:

"The only other issue I see in IE is the pop-up inside the pop-up to edit the individual files loaded will load in the same (face)box and not in it's own overlay...can anyone else confirm this?"

I had the same problem. A client came up with it. I always use Firefox so I never saw it before. The problem is dataobject_manager.js line 38. Instead of "top" it has to be "var top" otherwise IE does not understand it. (whats new?? :D)

For me it fixed the problem. The nested DOM (or ImageDOM) opened in a new pop-up.

Go to Top