Bug 4363

Summary: Two Java Doc hovers
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: UIAssignee: Kai-Uwe Maetzel <kai-uwe_maetzel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dirk Baeumer CLA 2001-10-11 07:04:46 EDT
- enter the following code
package org.eclipse.test;

import java.awt.event.FocusEvent;

public class A {
	public void foo() {
		FocusEvent event= null;
	}
}

- position the cursor inside Focus{cursor}Event
- move the I beam to the left. But it must still be over FocusEvent
- wait until JavaDoc hover pops up
- press F2
observe: there are two hovers
- now move the I beam out of FocusEvent
- one hover gets closed
- move the I beam back
- a second hover appears.
Comment 1 Erich Gamma CLA 2001-10-12 05:42:08 EDT
can the F2 hover block the the mouse hover from appearing?
Comment 2 Kai-Uwe Maetzel CLA 2002-01-07 09:38:19 EST
Build > 20020107.