From eab2da497545213a4c95b2371dc8d9f27a2916fa Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Tue, 15 Jul 2014 19:28:20 +0200 Subject: [PATCH 1/3] Fix bug #4459: first char of expanded DB could be not clickable. Signed-off-by: Hugues Peccatte --- themes/original/css/navigation.css.php | 6 ++++++ themes/pmahomme/css/navigation.css.php | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php index ed6a8a106f..36d694c7ef 100644 --- a/themes/original/css/navigation.css.php +++ b/themes/original/css/navigation.css.php @@ -127,6 +127,10 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { position: absolute; height: 100%; } +#pma_navigation_tree_content a.hover_show_full { + position: relative; + z-index: 9999; +} #pma_navigation_tree a { color: ; } @@ -199,6 +203,8 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { #pma_navigation_tree div.block i { border-: 1px solid #666; border-bottom: 1px solid #666; + position: relative; + z-index: 0; } #pma_navigation_tree div.block i.first { /* Removes top segment */ border-: 0; diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index c549f56a67..b83414768a 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -113,6 +113,10 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { position: absolute; height: 100%; } +#pma_navigation_tree_content a.hover_show_full { + position: relative; + z-index: 9999; +} #pma_navigation_tree a { color: ; } @@ -189,6 +193,8 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { display: block; border-: 1px solid #666; border-bottom: 1px solid #666; + position: relative; + z-index: 0; } #pma_navigation_tree div.block i.first { /* Removes top segment */ border-: 0; From 9d3757c8e86efe84442b48214147ee3c35e12f1e Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Tue, 15 Jul 2014 20:48:00 +0200 Subject: [PATCH 2/3] Update ChangeLog with #4459. Signed-off-by: Hugues Peccatte --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 4b8a30a11d..2ac0a1ef2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - bug #4440 Javascript error when renaming table - bug #4483 'New window' link (selflink) disappears, causing Javascript error - bug #4489 Incorrect detection of privileges for routine creation +- bug #4459 First database in navigation bar isn't clickable when expanded 4.2.5.0 (2014-06-26) - bug #4467 shell_exec() has been disabled for security reasons From 11ab83f93272405942206ce7ea9e5060e3b834e6 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Tue, 15 Jul 2014 22:03:01 +0200 Subject: [PATCH 3/3] Update ChangeLog for #4459. Signed-off-by: Hugues Peccatte --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ac0a1ef2d..0ddb165f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ phpMyAdmin - ChangeLog - bug #4440 Javascript error when renaming table - bug #4483 'New window' link (selflink) disappears, causing Javascript error - bug #4489 Incorrect detection of privileges for routine creation -- bug #4459 First database in navigation bar isn't clickable when expanded +- bug #4459 First few characters of database name aren't clickable when expanded 4.2.5.0 (2014-06-26) - bug #4467 shell_exec() has been disabled for security reasons