diff --git a/ChangeLog b/ChangeLog index 08f38020e..ccf9ee703 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ against bug #547384 (Marker Color can't equal Pointer Color). * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem. * scripts/create-release.sh: improved so a CVS branch tag may be used. + * Documentation.html: added a faq entry about bug #547064 (JS error with + texareas under Mozilla). * Compressed ChangeLog till the 2.2.6 release. 2002-04-26 Loïc Chapeaux diff --git a/Documentation.html b/Documentation.html index 0bb5b30ec..c772b4d56 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1482,6 +1482,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' Mozilla versions.

+

+ With Mozilla 0.9.? to 1.0-RC1 I can't type a whitespace in the SQL-Query + edit area: the page scrolls down. +
+ This is a Mozilla bug (see bug #26882 at + Bugzilla).
+

+

[Using phpMyAdmin]