Fixes the title tooltip overlapping component HTML tooltip in the Inspector. Closes #231

This commit is contained in:
alekseybobkov 2014-07-03 20:16:12 +11:00
parent f181276d88
commit 8d64a97278
1 changed files with 3 additions and 3 deletions

View File

@ -102,9 +102,9 @@
<tr id="{{#propFormat}}{{property}}{{/propFormat}}" \
{{#dataGroupIndex}}{{/dataGroupIndex}} \
class="{{#cellClass}}{{/cellClass}}"> \
<th {{#colspan}}{{/colspan}}><div><div class="title-element" title="{{title}}"> \
<th {{#colspan}}{{/colspan}}><div><div><span class="title-element" title="{{title}}"> \
{{#expandControl}}{{/expandControl}} \
{{title}} \
{{title}}</span> \
{{#info}}{{/info}} \
</div></div></th> \
{{#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')