Google Code Exporter

Results 21406 comments of Google Code Exporter

``` And note that issue 28's kludge was backed out for 9.0.4. Issue 48 can only be fixed fully when issue 66 can land. ``` Original comment by `[email protected]` on...

``` I didn't bother filing an issue for this, but between 9.0 and 9.0.4 the CSS system efficiency changes seem to have caused DOM-based style changes to intermittently fail (generally...

``` The test case for that, btw, was Google's Hide/show options and Show more results from x.y.z options in search. ``` Original comment by `[email protected]` on 22 Oct 2009 at...

``` For Paul P, Blogspot is not correctly starting designMode, which really screws up posting. The problem is that Google/Blogspot doesn't say what its MIME type is, which interferes with...

``` Issue 65 is currently repaired by disabling double buffering if the damage rect is wider or taller than the screen is wide or tall. This generates some light flickering,...

``` nsEditingSession.cpp in the overflow branch has the change from comment 6 already after I hand-merged them. Comment 4 no longer applies to the overflow branch, as that fix is...

``` Issue 93 is repaired by a consensus merge between 1.3.1 and M69355/mm. This seems technically disgusting and I'm not actually sure what it's fixing. ``` Original comment by `[email protected]`...

``` A very complex kludge is currently holding issue 28. Issue 104 is repaired by simply disabling the .js' trapping of backspace. This seems really disgusting also and I don't...

``` Another complex kludge is mitigating issue 62. ``` Original comment by `[email protected]` on 25 Feb 2010 at 6:13

``` Issue 118 is repaired by some modifications for our ancient DOM glue. When we upgrade DOM, we should open that back up and see if it works without that...