Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 42090

Summary: Strange resize behaviour of Javadoc view
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2003-08-27 07:05:13 EDT
I20030826

1. open the javadoc view
2. in the following code set the cursor at 'Window', the javadoc view shows the
doc of it. Note that the documentation has several paragraphs.
3. use the mouse and enlarge the Javadoc window horizontaly some pixels.
-> All paragraphs are gone, all the text is on one line

/**
 * Window
 */
public class A {

	public static void main(String[] args) {
	}
}
Comment 1 Dani Megert CLA 2003-08-27 08:05:29 EDT

*** This bug has been marked as a duplicate of 38694 ***