Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Experimentation on a few sites on the PB1400 implies I might need to account for the horizontal case as well. Since the PB1400 is specifically supported under Classilla, we'll...

``` Tested a modification above for the horizontal case. This doesn't appear to fix the problem on the PB1400, particularly on wide (1024px+) pages such as Ars Technica's new footer...

``` Also, I should see (I'll do this tomorrow, I'm bushed) if disabling double buffering entirely fixes the problem on the PB1400. If it does NOT, then that fractured scrolling...

``` Finally, I should check that the reported appunit width is what I expect, to make sure that the code is not buggy like the first six hundred times I...

``` More notes. I can cause the horizontal case breakdown in Classilla on my G4 by shrinking the window, so maybe that code needs to be made relative to window...

``` The horizontal scrolling problem does NOT repair itself when double buffering is off, and it DOES respond to repaints, so it is actually an instance of issue 28. I'll...

``` DING DONG THE BUG IS SERIOUSLY WOUNDED AND ON LIFE SUPPORT! It's not dead, because I didn't actually fix the double buffering code. However, it is very difficult, even...

``` As a followup, to work right on github.com, the code had to be altered to ALWAYS do the height check, even if double buffering had been disabled by something...

``` Dogfood note: while the flicker is infrequent, it is still noticible on pages that are affected by this problem. ``` Original comment by `[email protected]` on 25 Feb 2010 at...

``` Looks like the bug is not fully beaten: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=175292 has a small strip that is still affected by it. ``` Original comment by `[email protected]` on 1 Mar 2010 at...