| Summary: | Strange resize behaviour of Javadoc view | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Martin Aeschlimann <martinae> |
| Component: | Text | Assignee: | 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: | |||
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) { } }