Multiple Files uploader with shared files feature

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/21/2012 9:04:17 AM
Gravatar
Total Posts 18439

Re: Multiple Files uploader with shared files feature

Hi,

I did some experimenting and was able to see the problem using IE8 mode in IE9.

Adding this to style-artisteer-overrides.css seems to solve it:

div.center-nomargins { width:100%; }

Hope that helps,

Joe

3/21/2012 2:03:04 PM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

at first I thought it was fixed, but after doing what you mentioned I saw that it was not fully fixed.

I tested in IE8 on windows XP and it fails.  the interesting thing is if I am on IE8 and I click comparability mode it does show fixed and works correctly.

when I have right side content and center content in ie8 everything pushes left leaving a right side space of nothing.  I click compatibility mode in ie8 and the page works fine.

I really appreciate this help so far - any ideas?

3/21/2012 4:37:10 PM
Gravatar
Total Posts 18439

Re: Multiple Files uploader with shared files feature

I experimented quite a bit with this and it really is a weird problem. When viewing the source using IE 9 dev tools with ie8 browser mode it looks like the divRight has been moved into a span that is part of the NeatUpload progress bar. It also seems like an Artisteer thing they way they use display:table; and lots of table-layout:table-row and table-layout.tablecell seems to also be a factor. It works correctly in the jqueryui-1 skin in my testing.

And I'm able to solve it again somewhat by overriding some artisteer css for ie8 by adding this in style-artisteer-overrides.css:

.ie8 .art-content-layout
{
table-layout: inherit;
}

this is changing it from table-layout:table that artisteer is adding back to the default inherit.

this fixed the layout except for the layout column background colors still seem to be not distributed correctly (I'm testing with artisteer31-green not sure it it affects others).

I really don't know what else to try to solve it any better than this mainly because I don't really understand the cause of the problem,.

Best,

Joe

3/22/2012 8:27:18 AM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

thank you for your effort on this.  I agree this is a strange issue.  I placed the css code you provided and that worked great for what I need.  If you find a different approach/solution please let me know.

Thanks as always

You must sign in to post in the forums. This thread is closed to new posts.