From 8d64a97278ebc02fb77a07497f888fd431385735 Mon Sep 17 00:00:00 2001 From: alekseybobkov Date: Thu, 3 Jul 2014 20:16:12 +1100 Subject: [PATCH] Fixes the title tooltip overlapping component HTML tooltip in the Inspector. Closes #231 --- modules/backend/assets/js/october.inspector.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/backend/assets/js/october.inspector.js b/modules/backend/assets/js/october.inspector.js index 1c81373d3..18b3fabff 100644 --- a/modules/backend/assets/js/october.inspector.js +++ b/modules/backend/assets/js/october.inspector.js @@ -102,9 +102,9 @@ \ -
\ +
\ {{#expandControl}}{{/expandControl}} \ - {{title}} \ + {{title}} \ {{#info}}{{/info}} \
\ {{#editor}}{{/editor}} \ @@ -318,7 +318,7 @@ duration = Math.round(100 / propertyRows.length), collapse = true, statuses = this.loadGroupExpandedStatuses(), - title = $('div.title-element', $link.closest('tr')).attr('title') + title = $('span.title-element', $link.closest('tr')).attr('title') if ($link.hasClass('expanded')) { $link.removeClass('expanded')