Bug 2716 - [Properties dialog] Output path error message is easy to miss (1GIF5CW)
Summary: [Properties dialog] Output path error message is easy to miss (1GIF5CW)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, usability
Depends on:
Blocks:
 
Reported: 2001-10-10 22:42 EDT by Nick Edgar CLA
Modified: 2002-08-26 11:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-10-10 22:42:04 EDT
I've been creating some self-hosting projects for the UI examples.
I usually go and modify the class path to use a subfolder with the original project name,
so the default output folder isn't acceptable.

It gives me a warning in the title of the property page, but its background is gray.
The text is also often truncated due to the length of the names.
So it's easy to miss when staring at the OK button and wondering why it's disabled.

If you do find the message, it's not obvious how to go about fixing it (especially since it's truncated):
you have to append /bin to the output folder field.

It really took me a while the first time to figure this out, even though I know wizards and dialogs
report errors at the top.

This is probably a general issue with how we report errors in preference and property pages,
so feel free to move down after your consideration.

NOTES:

NE (08/13/01 6:47:13 PM)
	The error message if you try to select a different property page is also not very informative:
		"The currently displayed page contains invalid values"
	Which value?  How can I fix it?

MA (14.08.2001 16:32:43)
	The message "The currently displayed page contains invalid values" comes from the desktop when the user
	tries to switch to another page while the current page has not set valid.
	To be more informative, the error dialog could also contain the current error message.

	The truncation of error messages in property and preference pages can not be solved by property pages implementors;
	the desktop should wrap the error messages. Suggest to move PR to desktop

EG (8/31/2001 11:00:38 AM)
	moving to ITPUI for comment.
Comment 1 DJ Houghton CLA 2001-10-29 19:11:36 EST
PRODUCT VERSION:
129

Comment 2 Nick Edgar CLA 2002-01-27 14:51:04 EST
Error visibility has been improved.
Please check other issues mentioned in latest.
Comment 3 Randy Giffen CLA 2002-05-27 21:44:29 EDT
Now to show an icon for info, warning, and error.
Defer.
Comment 4 Randy Giffen CLA 2002-08-08 15:22:22 EDT
Reopen for investigation
Comment 5 Tod Creasey CLA 2002-08-09 15:25:54 EDT
It currently uses the white background for the warning message which doesn't 
really stick out much. We should look into using the widget background and the 
error colour setting to convey better.
Comment 6 Tod Creasey CLA 2002-08-26 11:30:24 EDT
The color setting is fine - the error message needs to be starker than the 
warning so making them different colors is a good idea.