video player not displaying in IE9

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/20/2012 1:48:55 PM
Gravatar
Total Posts 199

video player not displaying in IE9

when using the last release of mojo before 2.3.8.5

I am also using skin: artisteer31-bluenwhite

when adding the video player to the left side and adding html content to the center - IE9 is broke cutting off the video player.

In IE8 the left side expands correctly.

in the artisteer override file I was provided by Joe this fix for the shared files feature doing something similar:

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

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

4/23/2012 7:55:31 AM
Gravatar
Total Posts 18439

Re: video player not displaying in IE9

The Artisteer designs all use overflow:hidden for the side content so anything that overflows the width of the column will not be shown (in most browsers). Putting the video player in a side column that is not wide enough for it is a bad choice in general but its no different if you put an image or anything else that is too wide, it will be clipped in an Artisteer design and it will throw off the layout in most other designs. Best to put it somewhere that it fits or make the column wider (which may be tricky with Artisteer designs).

Best,

Joe

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