Added FAQ 5.14 (Buggy Opera6)
This commit is contained in:
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user