Bug 310309 - [hovering] Javadoc hover should increase size of persisted hover when opening link
Summary: [hovering] Javadoc hover should increase size of persisted hover when opening...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 12:57 EDT by Markus Keller CLA
Modified: 2022-09-30 10:30 EDT (History)
1 user (show)

See Also:


Attachments

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