mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-556:Erratic window behavior in Quick View tooltip
This commit is contained in:
parent
0f3f356dc6
commit
a526460195
|
|
@ -1076,7 +1076,7 @@
|
|||
$('<span>').addClass('icon').html(' ')
|
||||
);
|
||||
$quickViewTooltip.append($title);
|
||||
|
||||
$('.quick-view-tooltip').remove();
|
||||
// Setup positioning
|
||||
$quickViewTooltip.hide().appendTo('#container').fadeIn(200, function() {
|
||||
if (!$quickViewTooltip.is(':visible')) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue