NetTalk Central

Author Topic: Google Chrome Instability  (Read 3967 times)

johncorry

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
Google Chrome Instability
« on: November 06, 2012, 05:23:08 PM »
If I hover over any button on the screen the vertical scroll bar appears and then disappears moving off. The screen is quite stable with firefox android 4 and saffari.
How can I stop this?
John

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: Google Chrome Instability
« Reply #1 on: November 06, 2012, 05:31:59 PM »
Hi John

I'm guessing (with the limited info at hand) i'd say the underlying cause would be an issue with the CSS and the :Hover selector. The CSS that is activated by the :hover selector is making something not fix correctly therefore you are getting a scrollbar.

Given the fact that in NT you are often hidden from the CSS it might be more complicated than that, but that where i'd start tracking it down.

Regards
Bill

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Google Chrome Instability
« Reply #2 on: November 06, 2012, 07:09:15 PM »
Do you see the effect in a demo app John? I've not seen it here.
What build of Chrome are you on?

johncorry

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
Re: Google Chrome Instability
« Reply #3 on: November 06, 2012, 10:49:01 PM »
Bruce i have just tested with the basic browse(5) and also with forum software and it is fine. So it has to be something in my styles? Chrome doesn't come with a version number so I reinstalled it to check and the problem persists. I do have icons attached to buttons so I will experiment with removing those.
John

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 431
    • View Profile
    • Email
Re: Google Chrome Instability
« Reply #4 on: November 06, 2012, 11:05:21 PM »
Yesterday I also had some weird style problems on chrome.
Reinstalling did not help, but when I deleted all browsing data it all was worked again - maybe worth a try.
/Niels

johncorry

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
Re: Google Chrome Instability
« Reply #5 on: November 07, 2012, 01:32:59 PM »
I have been messing around with my custom.css removing any button styles etc. After removing most of my custom styles and suddenly I have the same instability in Firefox as in Chrome. The critical style for Firefox turned out to be
body {
    font-size: 16px;
}
Odd - does this give any clues to where to look further for the cause?
John
 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Google Chrome Instability
« Reply #6 on: November 07, 2012, 10:28:55 PM »
I think you would need to post an example John - It's difficult to debug style interactions without seeing them...

cheers
Bruce