Bug 37806 - [Dialogs] Launch configuration dialog contains Text in title area
Summary: [Dialogs] Launch configuration dialog contains Text in title area
Status: RESOLVED DUPLICATE of bug 37787
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-18 03:19 EDT by Konstantin Scheglov CLA
Modified: 2003-05-20 12:50 EDT (History)
1 user (show)

See Also:


Attachments
Do you see text caret? (12.27 KB, image/png)
2003-05-18 23:33 EDT, Konstantin Scheglov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***