Fixed bug # 3460090 - TextareaAutoSelect feature broken
This commit is contained in:
@@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
|
|||||||
======================
|
======================
|
||||||
|
|
||||||
3.4.10.0 (not yet released)
|
3.4.10.0 (not yet released)
|
||||||
|
- bug #3460090 [interface] TextareaAutoSelect feature broken
|
||||||
|
|
||||||
3.4.9.0 (not yet released)
|
3.4.9.0 (not yet released)
|
||||||
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown
|
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown
|
||||||
|
@@ -200,7 +200,7 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter
|
|||||||
|
|
||||||
// enable auto select text in textarea
|
// enable auto select text in textarea
|
||||||
if ($GLOBALS['cfg']['TextareaAutoSelect']) {
|
if ($GLOBALS['cfg']['TextareaAutoSelect']) {
|
||||||
$auto_sel = ' onfocus="selectContent(this, sql_box_locked, true)"';
|
$auto_sel = ' onclick="selectContent(this, sql_box_locked, true)"';
|
||||||
} else {
|
} else {
|
||||||
$auto_sel = '';
|
$auto_sel = '';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user