diff --git a/ChangeLog b/ChangeLog index b73b311b50..518ad6f2df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -75,6 +75,7 @@ phpMyAdmin - ChangeLog - bug #4584 Edit dialog for routines is too long for smaller displays - bug #4586 Javascript error after moving a column - bug #4576 Issue with long comments on table columns +- bug #4599 Input field unnecessarily selected on focus 4.2.11.0 (2014-10-31) - bug ReferenceError: Table_onover is not defined diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index e4fe223fa2..807bdd3aa4 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -662,7 +662,7 @@ function PMA_getHtmlForMoveTable() } $html_output .= ' . '; $html_output .= '
'; // starting with MySQL 5.0.24, SHOW CREATE TABLE includes the AUTO_INCREMENT @@ -765,7 +765,7 @@ function PMA_getTableOptionFieldset($comment, $tbl_collation, //Change table name $html_output .= '' . __('Rename table to') . '' . '' - . '' . '' @@ -774,7 +774,7 @@ function PMA_getTableOptionFieldset($comment, $tbl_collation, //Table comments $html_output .= '' . __('Table comments') . '' . '' + . 'value="' . htmlspecialchars($comment) . '" />' . '' . '' @@ -995,7 +995,7 @@ function PMA_getHtmlForCopytable() } $html_output .= ' . '; $html_output .= '
'; $choices = array(