Commit a0fe147a authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4538 (Tooltips may go if mouse move fast)

parent 5a5f5a55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -386,6 +386,7 @@ function init__webstandards2()
        'user-select' => '(none|auto|text|all|contain)',
        'text-overflow' => '(clip|ellipsis|\'[^\']\')',
        'touch-action' => '(auto|none|pan-x|pan-y|manipulation|pan-left|pan-right|pan-up|pan-down|pinch-zoom)',
        'pointer-events' => '(auto|none)',

        /* Purposely left out these CSS2 features due to very poor browser support (not just IE not having it) */
        /*
+1 −0
Original line number Diff line number Diff line
@@ -2152,6 +2152,7 @@ div.zebra_0+div.zebra_1, div.zebra_1+div.zebra_0 {
	{$BETA_CSS_PROPERTY,opacity: 0.9;}
	{$BETA_CSS_PROPERTY,word-wrap: break-word;}
	min-width: 6em;
	{$BETA_CSS_PROPERTY,pointer-events: none;}
}
.tooltip_ownlayout {
	padding: 0.5em;