Bug 37806

Summary: [Dialogs] Launch configuration dialog contains Text in title area
Product: [Eclipse Project] Platform Reporter: Konstantin Scheglov <Konstantin.Scheglov>
Component: UIAssignee: Tod Creasey <Tod_Creasey>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: debbie_wilson
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
Do you see text caret? none

Description Konstantin Scheglov CLA 2003-05-18 03:19:27 EDT
Eclipse 200305160835
JDK 1.4.1

When I select Run|Run... cursor already in this Text.
Comment 1 Darin Wright CLA 2003-05-18 09:59:02 EDT
This problem report is unclear. What is the problem? Please attach a screen 
shot if that describes the problem better.
Comment 2 Konstantin Scheglov CLA 2003-05-18 23:33:21 EDT
Created attachment 4902 [details]
Do you see text caret?
Comment 3 Konstantin Scheglov CLA 2003-05-18 23:42:07 EDT
And I noticed, that same problem has any TitleAreaDialog, most probably because
of following code in it:
	// Message label @ bottom, center
	messageLabel = new Text(parent, SWT.WRAP | SWT.READ_ONLY);
	JFaceColors.setColors(messageLabel,foreground,background);
	messageLabel.setText(" \n "); // two lines//$NON-NLS-1$
	messageLabel.setFont(JFaceResources.getDialogFont());
  You create Text... Why?
Comment 4 Darin Wright CLA 2003-05-20 10:20:03 EDT
TitleAreaDialog is owned by the workbench. Re-assigning.
Comment 5 Debbie Wilson CLA 2003-05-20 12:17:49 EDT
Is this related to bug 37787 ?
Comment 6 Tod Creasey CLA 2003-05-20 12:50:29 EDT
The text was created for accessibility purposes - you cannot get to it with a 
screen reader if it is just a label.

This is a feature added for the blind for 2.1.1 and yes it is a dup of Bug 
37787

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