Skip to content

Commit 7093bde

Browse files
tomolimotrasher
authored andcommitted
To fix tooltips that are not always shown
fixes #7148
1 parent 8685e71 commit 7093bde

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

inc/planning.class.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,11 @@ static function showPlanning($fullview = true) {
682682
// add tooltip to event
683683
if (!disable_qtip) {
684684
var qtip_position = {
685-
viewport: 'auto'
685+
target: 'mouse',
686+
adjust: {
687+
mouse: false
688+
},
689+
viewport: $(window),
686690
};
687691
if (view.name.indexOf('list') >= 0) {
688692
qtip_position.target= element.find('a');

0 commit comments

Comments
 (0)