mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-157049 Show quickdoc on mouseover is not working when there is some additional notification
This commit is contained in:
-7
@@ -332,13 +332,6 @@ public class QuickDocOnMouseOverManager {
|
||||
return;
|
||||
}
|
||||
|
||||
// We don't want to show a quick doc control if there is an active hint (e.g. the mouse is under an invalid element
|
||||
// and corresponding error info is shown).
|
||||
if (!docManager.hasActiveDockedDocWindow() && myHintManager.hasShownHintsThatWillHideByOtherHint(false)) {
|
||||
myAlarm.addRequest(MyShowQuickDocRequest.this, EditorSettingsExternalizable.getInstance().getQuickDocOnMouseOverElementDelayMillis());
|
||||
return;
|
||||
}
|
||||
|
||||
editor.putUserData(PopupFactoryImpl.ANCHOR_POPUP_POSITION,
|
||||
editor.offsetToVisualPosition(originalElement.getTextRange().getStartOffset()));
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user