From 84b3135b2e0afe023793668ba0d774bd4254b986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Homm=C3=A9?= Date: Fri, 11 Mar 2011 17:03:13 -0500 Subject: [PATCH 1/2] Removed 100% width on .data selector. Was causing UI problems. --- themes/pmahomme/css/theme_right.css.php | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 21a0bfcc5..71ebabe07 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -57,7 +57,6 @@ h2 a img{display:inline;} .data{ -width:100%; margin: 0 0 12px 0; } From ce116ac614778efaa61f641b02d36ce0269feb56 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Fri, 11 Mar 2011 23:55:52 +0100 Subject: [PATCH 2/2] fixed row/column highlighting --- js/functions.js | 23 ++++++++++++++++++++--- themes/original/css/theme_right.css.php | 1 + themes/pmahomme/css/theme_right.css.php | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/js/functions.js b/js/functions.js index 8abdc5113..94221b1b6 100644 --- a/js/functions.js +++ b/js/functions.js @@ -594,10 +594,27 @@ $(document).ready(function() { */ $('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) { //do not trigger when clicked on anchor or inside input element (in inline editing mode) with exception of the first checkbox - if (!jQuery(e.target).is('a, a *, :input:not([name^="rows_to_delete"])')) { - var $tr = $(this); + if ($(e.target).is('a, a *')) { + return; + } + // XXX: FF fires two click events for