From 5a06fa2c0ab8df62a2f0d60169f25da2d6faaa19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Tue, 5 Jul 2011 19:06:57 +0200 Subject: [PATCH] Ensure that the mouseover event for TaskComponent is executed For resizable tasks the z-index was less than the value for the dependency. This prevented the mouseover event of happening for TaskComponent. Without this event happening, the end of the dependency was not detected and adding a dependency was impossible. This could be tested with resizable tasks, e.g. not allocated yet tasks. FEA: ItEr75S08MigrationZK5 --- .../src/main/webapp/planner/css/ganttzk.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css index e7b69e34d..7ed4ba0c9 100644 --- a/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css +++ b/navalplanner-webapp/src/main/webapp/planner/css/ganttzk.css @@ -187,7 +187,7 @@ text-align: center; vertical-align: middle; cursor: pointer; - z-index : 99; + z-index : 99 !important; } /* Task lane properties */ @@ -922,11 +922,6 @@ height: 100% padding: 1px 4px; } - -.yui-resize { - z-index: auto !important; -} - .advancedallocationlayout .name { min-width:200px; }