Bug 4363 - Two Java Doc hovers
Summary: Two Java Doc hovers
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 07:04 EDT by Dirk Baeumer CLA
Modified: 2002-01-07 09:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.