Rating Comments

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.
6/25/2012 10:15:50 AM
Gravatar
Total Posts 25

Rating Comments

Joe:

In the HTML content when we enable Rating comments the Comments field gets hidden behind the background. Is there anyways we can get that upfront?

 

Thanks

Uday

6/25/2012 10:49:27 AM
Gravatar
Total Posts 18439

Re: Rating Comments

It sounds like a css z-index problem but I'm not seeing this problem so it is probably skin specific css that causes it. Can you produce the problem on the demo site?

6/25/2012 1:14:25 PM
Gravatar
Total Posts 25

Re: Rating Comments

Joe:

On the demo site in the front page if you enable rating comments and try rating you will see the same issue.

Thanks

UH

6/25/2012 1:34:31 PM
Gravatar
Total Posts 18439

Re: Rating Comments

It is only partially obscured just like any other content that would overflow in a side column it will be clipped because the side columns have css to hide the overflow.

However it is mostly still visible and still quite usable.

In any case it is not  bug but a css issue that can be solved by css. Most of the artisteer skins have this in the style-artisteer-overrides.css

.leftside , .rightside{ overflow: hidden;} 

if you don't like that behavior you can easily change it, but without that when content that is too large for a side column is used it will overflow.

My advice would be to not use ratings in a side column if it doesn't fit, or else make the side column a little wider so it does fit.

Best,

Joe

 

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