The Mozilla textarea bug also appears in Mozilla 1.0-RC2 and Netscape 7.0-PR1.

This commit is contained in:
Alexander M. Turek
2002-05-23 09:03:18 +00:00
parent afd089c4fb
commit ab0220c2cd
2 changed files with 11 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-19 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: The Mozilla textarea bug also appears in
Mozilla 1.0-RC2 and Netscape 7.0-PR1.
2002-05-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3: fixed possible errors with special
characters in tables names.

View File

@@ -1638,8 +1638,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
</p>
<p>
<b>With Mozilla 0.9.? to 1.0-RC1 I can't type a whitespace in the SQL-Query
edit area: the page scrolls down.</b>
<b>With Mozilla 0.9.? to 1.0-RC2 and Netscape 7.0-PR1 I can't type a
whitespace in the SQL-Query edit area: the page scrolls down.</b>
<br />
This is a Mozilla bug (see bug #26882 at
<a class="navigation" href="http://bugzilla.mozilla.org/" target="_blank">Bugzilla</a>).<br />