Bug 63694 - Error messages in preference dialog not correctly sized
Summary: Error messages in preference dialog not correctly sized
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
: 69096 (view as bug list)
Depends on: 70064
Blocks:
  Show dependency tree
 
Reported: 2004-05-24 11:13 EDT by Philipe Mulet CLA
Modified: 2005-05-10 14:56 EDT (History)
2 users (show)

See Also:


Attachments
Offending big wizard with cryptic shortened error message (44.70 KB, image/jpeg)
2004-05-24 11:15 EDT, Philipe Mulet CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2004-05-24 11:13:33 EDT
Build 3.0M9

Trying to reproduce bug 62713, I came across a long problem message in 
buildpath wizard (CP validation error); which wasn't readable.

When resizing the wizard to be larger (so as to read entire message),
I observed the message did not refresh, and thus remained unreadable.
Comment 1 Philipe Mulet CLA 2004-05-24 11:15:41 EDT
Created attachment 11012 [details]
Offending big wizard with cryptic shortened error message
Comment 2 Dirk Baeumer CLA 2004-05-24 12:50:23 EDT
The infrastructure to display error message in property pages in provided by 
Platform/UI. Moving...
Comment 3 Tod Creasey CLA 2004-06-29 15:44:49 EDT
Moving to SWT. The issue here is that although the CLabel is resizing 
correctly it is not recalculating the ellipsis when this occurs.
Comment 4 Tod Creasey CLA 2004-07-05 10:48:20 EDT
*** Bug 69096 has been marked as a duplicate of this bug. ***
Comment 5 Veronika Irvine CLA 2004-07-07 17:18:02 EDT
Looking at bug 69096 - The UI is not using a CLabel here.  For some reason 
there is a Label with an image and a Text widget.  The ... is being set into 
the text widget by UI code.  Moving to UI
Comment 6 Tod Creasey CLA 2004-07-15 09:53:39 EDT
Fix released in HEAD for build >20040715. When Bug 70064 we won't have any 
extra work to do.
Comment 7 Tod Creasey CLA 2004-07-19 15:17:50 EDT
We can get around 70064 by using a ControlListener.
Comment 8 Tod Creasey CLA 2004-07-19 15:39:42 EDT
Implemented the control listener as suggested
Comment 9 Tod Creasey CLA 2005-05-10 14:56:00 EDT
Marking closed