From 716ab7b5db994594c09e042fec396a265fba88b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?=
Date: Sat, 27 Apr 2002 13:40:51 +0000
Subject: [PATCH] added a faq entry about bug #547064 (JS error with texareas
under Mozilla)
---
ChangeLog | 2 ++
Documentation.html | 8 ++++++++
2 files changed, 10 insertions(+)
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]