Bug 310309

Summary: [hovering] Javadoc hover should increase size of persisted hover when opening link
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: erik.brangs
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Markus Keller CLA 2010-04-23 12:57:26 EDT
N20100422-2133

When you click a link in a persisted Javadoc hover, the new content can be much bigger than the original hover. But the persisted hover keeps the size of the original hover, so the user often has to resize the hover after following a link.

The Javadoc hover should calculate the required size of the hover with the new contents and enlarge the hover if necessary (using the same constraints as for the initial hover, and never making the hover smaller).
Comment 1 Eclipse Genie CLA 2020-08-19 11:40:43 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Erik Brangs CLA 2020-08-19 15:48:55 EDT
This is still happening in 2020-06.

The problem can be reproduced using the example code below. Hover over "HoverTest" and then click on the link to the Reader class.

// default package
/**
 * @see java.io.Reader Reader
 */
public class HoverTest {

}
Comment 3 Eclipse Genie CLA 2022-09-25 10:56:43 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 4 Erik Brangs CLA 2022-09-30 10:30:47 EDT
This is still happening in 2022-09.