Skip to content

Commit a526460

Browse files
committed
CLOUDSTACK-556:Erratic window behavior in Quick View tooltip
1 parent 0f3f356 commit a526460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui/widgets/listView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
$('<span>').addClass('icon').html('&nbsp;')
10771077
);
10781078
$quickViewTooltip.append($title);
1079-
1079+
$('.quick-view-tooltip').remove();
10801080
// Setup positioning
10811081
$quickViewTooltip.hide().appendTo('#container').fadeIn(200, function() {
10821082
if (!$quickViewTooltip.is(':visible')) return;

0 commit comments

Comments
 (0)