Repeated class names on doPostBack

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.
7/24/2012 3:42:11 AM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Repeated class names on doPostBack

Hey,

Just found what I believe to be a small bug in the newest version of mojo. It's not a big deal, but when I have a feed manager on my home page in altcontent2 and I use the pager, it re-adds the classes from theme.skin to the altcontent2 div as many times as I click on the pager.

In example, I have:
<altcontent2 class="bottomcontent grid_18 clearfix">

When I click on the pager to see older posts in my feed manager, I get:
<altcontent2 class="bottomcontent grid_18 clearfix bottomcontent grid_18 clearfix">

If I click again, I get:
<altcontent2 class="bottomcontent grid_18 clearfix bottomcontent grid_18 clearfix bottomcontent grid_18 clearfix">

And so on.

It doesn't really break anything, but I figured I'd report it in case its a symptom of a larger problem - I'm not sure.

Hope this helps,
-Isaac

7/24/2012 9:22:36 AM
Gravatar
Total Posts 18439

Re: Repeated class names on doPostBack

Hi Isaac,

Thanks for the bug report. This is now fixed in the source code repository so it will be fixed in the next release.

Best,

Joe

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