This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello, I love the media manager which recently was added to October. But I run into a problem that is not working properly in ie. I can upload files and create directories, but I do not see the file list in IE. The file list is empty in IE while I can see the file list and directory's in chrome.
Is someone who has the same, and have a solution to handle this?
I've also encountered this issue. It looks like there's an issue with mediamanager.css line 313:
div[data-control='media-manager'].control-scrollpad {
position:absolute;
left:0;
right:0;
}
It appears that the '''position:absolute;''' is causing the issue in IE, cleared out this works. From inspection in other browsers, this seems to be what allows the internal scroll area to function as intended (i.e. make the list scrollable itself, rather than relying on the browser window). Until there's an update I'd suggest telling any users to simply use another browser.
1-2 of 2