Added FAQ 5.14 (Buggy Opera6)

This commit is contained in:
Garvin Hicking
2003-05-14 12:39:42 +00:00
parent 5911dbcf11
commit 6c29940d62
2 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ $Source$
* tbl_change.php3: RFE #737174 implemented (comments welcome) * tbl_change.php3: RFE #737174 implemented (comments welcome)
* tbl_change.php3: RFE #723124 implemented (reset button) * tbl_change.php3: RFE #723124 implemented (reset button)
* read_dump.php3, tbl_query_box.php3: RFE #641760 * read_dump.php3, tbl_query_box.php3: RFE #641760
* Documentation.html: Added FAQ 5.14 (Buggy Opera6)
2003-05-13 Marc Delisle <lem9@users.sourceforge.net> 2003-05-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 736793, new reserved * libraries/sqlparser.data.php3: bug 736793, new reserved

View File

@@ -2680,8 +2680,8 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</p> </p>
<h4> <h4>
[5.6] In Internet Explorer 5.0, 5.5 or 6.0, I get an error when trying [5.6] In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not found")
to modify a row in a table with many fields, or with a text field when trying to modify a row in a table with many fields, or with a text field
</h4> </h4>
<p> <p>
Your table neither have a primary key nor an unique one, so we must use a 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. This is a bug in Internet Explorer, other browsers do not behave this way.
</p> </p>
<h4>
[5.14] Using Opera6, I can manage to get to the authentification, but nothing
happens after that, only a blank screen.
</h4>
<p>
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.
</p>
<a name="faqusing"></a><br /> <a name="faqusing"></a><br />
<h3>[6. Using phpMyAdmin]</h3> <h3>[6. Using phpMyAdmin]</h3>