diff --git a/ChangeLog b/ChangeLog index 737897cf3..d35b15d3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ - bug #3285929 [privileges] Revert temporary fix - bug #3302872 [synchronize] Synchronize and user name - bug #3302733 [core] Some browsers report an insecure https connection +- bug #3301249 [interface] Iconic table operations does not remove inline edit label 3.4.0.0 (2011-05-11) + rfe #2890226 [view] Enable VIEW rename diff --git a/js/functions.js b/js/functions.js index 235950273..8c5bc647a 100644 --- a/js/functions.js +++ b/js/functions.js @@ -606,7 +606,7 @@ $(document).ready(function() { */ $('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) { // do not trigger when clicked on anchor - if ($(e.target).is('a, a *')) { + if ($(e.target).is('a, img, a *')) { return; } // XXX: FF fires two click events for