7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Bug Reports
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 37779 Views |
-
Re: Bug Reports

5 December 2009 at 3:59am
Facebox isn't IE8 compatible.
I'm working on finding a new modal window solution. -
Re: Bug Reports

5 December 2009 at 4:06am
I've switched to colorbox, doesn't seem to have any issues in the front end on IE8
-
Re: Bug Reports

5 December 2009 at 4:27am
I don't know if you can add extra metatags in admin and I'm not shure it helps, but you can try to add this to let ie8 render as ie7:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
-
Re: Bug Reports

5 December 2009 at 4:37am
Yeah surprisingly, SS already has that meta tag in the CMS. I thought for sure that would solve it.
-
Re: Bug Reports

5 December 2009 at 5:12am
Hm. I tested it on my laptop with ie8 and W7 and the popups shows fine....
-
Re: Bug Reports

5 January 2010 at 11:58am Last edited: 5 January 2010 11:00pm
Getting the: "An error occurred in your upload. The server did not accept it" error.
Followed the debug instructions found here: http://doc.silverstripe.org/doku.php?id=modules:swfuploadfield&s=swfupload#troubleshooting
And now posting here as requested.
The error is around line 604 in $u->loadIntoFile...if(class_exists("Upload")) {
// Hello //die("hello");
$u = new Upload();
// Hello //die("hello");
$u->loadIntoFile($_FILES['swfupload_file'], $file, $path);
// Error //die("hello");
}Hope someone can help solve this.
Thomas
SS version 2.3.4
EDIT: This error was caused by wrong permissions in the assest/uploads folder, changed them to 777 and all ok.
-
Re: Bug Reports

6 January 2010 at 8:29am
I also havn't had major issues using IE8 (w7.64 & wxp.32) with the popup, but then I have a suspision it's forcing into compatability mode as the compatability button dissapeares when in SS. The one issue I have had is that IE(7/8?) doesn't apply the padding for the fade correctly so if you have an imagefield at the bottom the fade stops you pressing the 'replace image' and 'delete' buttons. I fixed this by hiding the fade in the CSS:
line 144 of dataobject_manager.css
.DataObjectManager-popup #fade {display: none;}
This hides the fade so it's not a proper fix, but personally I prefer it without the fade anyway.
Aram
| 37779 Views | ||
| Go to Top | Next > |



