Bottom Admin panel broken after latest Chrome update

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.
8/23/2012 4:36:10 PM
Gravatar
Total Posts 62

Bottom Admin panel broken after latest Chrome update

I just noticed that Chrome got updated automatically to 22.0.1229.14 beta-m and the bottom admin panel is no longer floats at the bottom of the browser, it's now right below the footer or at the bottom of the page, so if you have a long page you have to scroll all the way to the bottom . Works ok in IE 9 still. Any quick fix for this?

8/23/2012 6:06:57 PM
Gravatar
Total Posts 62

Re: Bottom Admin panel broken after latest Chrome update

Nevermind, the weirdness went away.

8/28/2012 4:43:05 PM
Gravatar
Total Posts 62

Re: Bottom Admin panel broken after latest Chrome update

Looks like it happened again

Here is what it looks like:

http://s9.postimage.org/lun4zbhb1/test.jpg

Any idea?

9/12/2012 1:16:55 PM
Gravatar
Total Posts 62

Re: Bottom Admin panel broken after latest Chrome update

This keeps happening and goes away after awhile...

10/3/2012 11:46:42 AM
Gravatar
Total Posts 18439

Re: Bottom Admin panel broken after latest Chrome update

I use Chrome every day and had not seen any problems until yesterday when my toolbar was no longer visible at all in Chrome on this site. For some reason I could not reproduce it on my local machine using Chrome so I had to experiment on the server to find a solution.

I fixed it by commenting this out in /Data/style/jqtoolbar/style.css:

@media only screen and (device-width: 768px) {
div#toolbar, div#toolbarbut { position:static; }

}

this was previously needed for ipad but no longer seems needed in IOS6 so commenting it out or removing it is ok.

Not sure if that is the same culprit for what you were seeing but it might be.

Hope that helps,

Joe

10/3/2012 12:40:19 PM
Gravatar
Total Posts 81
Website Hobbyist and Software Engineer
Proud member of the mojoPortal team
www.doan.me

Re: Bottom Admin panel broken after latest Chrome update

Just noticed this today as well, and the change you suggested fixed it!

Thanks Joe!

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