From 6c29940d6295a8ce17a403f39d8b3120349f7efb Mon Sep 17 00:00:00 2001
From: Garvin Hicking
Date: Wed, 14 May 2003 12:39:42 +0000
Subject: [PATCH] Added FAQ 5.14 (Buggy Opera6)
---
ChangeLog | 1 +
Documentation.html | 14 ++++++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c20a87d11..0561157c0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ $Source$
* tbl_change.php3: RFE #737174 implemented (comments welcome)
* tbl_change.php3: RFE #723124 implemented (reset button)
* read_dump.php3, tbl_query_box.php3: RFE #641760
+ * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
2003-05-13 Marc Delisle
* libraries/sqlparser.data.php3: bug 736793, new reserved
diff --git a/Documentation.html b/Documentation.html
index c0f6bf1bf..d15309983 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2680,8 +2680,8 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
- [5.6] In Internet Explorer 5.0, 5.5 or 6.0, I get an error when trying
- to modify a row in a table with many fields, or with a text field
+ [5.6] In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not found")
+ when trying to modify a row in a table with many fields, or with a text field
Your table neither have a primary key nor an unique one, so we must use a
@@ -2757,6 +2757,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
This is a bug in Internet Explorer, other browsers do not behave this way.
+
+ [5.14] Using Opera6, I can manage to get to the authentification, but nothing
+ happens after that, only a blank screen.
+
+
+ Having $cfg['QueryFrameJS'] set to TRUE, this leads to a bug in Opera6, because it
+ is not able to interpret frameset definitiions written by JavaScript. Please upgrade
+ to Opera7 at least.
+
+
[6. Using phpMyAdmin]