Bug 14915 - [Outline] Outline View text cut off on Linux
Summary: [Outline] Outline View text cut off on Linux
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 15538
Blocks:
  Show dependency tree
 
Reported: 2002-04-30 10:42 EDT by Tod Creasey CLA
Modified: 2003-05-21 10:05 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 Tod Creasey CLA 2002-04-30 10:42:59 EDT
On Linux the text for the Outline View is cut off if there is no input for it.

STEPS
1) Open a plugin.xml
2) open an Outline View - it will have the contents of the PDE editor
3) Close plugin.xml
4) Outline View will show "An Outline is not Available" but it will be cut off
Comment 1 Nick Edgar CLA 2002-04-30 12:40:40 EDT
Do you mean that the view is just not wide enough to show the string?
This seems like correct behaviour.
Wrapping the string would look strange.
Comment 2 Tod Creasey CLA 2002-04-30 12:44:34 EDT
No - the top and bottom of the text are cut off.
Comment 3 Tod Creasey CLA 2002-05-08 11:42:13 EDT
Problem with computeSize on Linux. Logged Bug 15538
Comment 4 Debbie Wilson CLA 2003-05-20 16:36:03 EDT
Unable to reproduce with I20030520 on either linux-motif or linux-gtk.  On both
of these platforms, I did the following:
- in the resource perspective, open a plugin.xml (org.eclipse.ui/plugin.xml)
- note that the outline view is populated with data
- close the plugin.xml
- note the error "An Outline is not Available" appears (entirely)
- reopen the plugin.xml
- resize the Outline view so it is too narrow to have "An Outline is not
Available" on one line 
- close plugin.xml
- error message did appear and wrapped on the screen so that all characters were
visible

However, I did note that if the size of the Outline view was too narrow to hold
a single word (e.g. "Available") this word would not wrap on the screen but
would be cut off and there was no scrollbar to get at the rest of the characters.
Comment 5 Debbie Wilson CLA 2003-05-21 10:05:02 EDT
Tod and I both agree that this bug is now fixed.