Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 221861 - Recording wizard - description text is truncated
Summary: Recording wizard - description text is truncated
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Paul Slauenwhite CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 208110
  Show dependency tree
 
Reported: 2008-03-07 10:01 EST by Jeff Nevicosi CLA
Modified: 2016-05-05 10:31 EDT (History)
1 user (show)

See Also:


Attachments
NewRecordingWizardPage patch (969 bytes, patch)
2008-03-07 10:01 EST, Jeff Nevicosi CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Nevicosi CLA 2008-03-07 10:01:53 EST
Created attachment 91876 [details]
NewRecordingWizardPage patch

Build ID: 4.2.2

Steps To Reproduce:
1. Create a <Recorder> definition with a very long description (alternatively, use HTTP recorder with japanese NL
2. Create Test From New Recorder
3. Select recorder on page 1 of wizard.  Description is truncated


More information:
Resolution: Add SWT.WRAP style to label

Attached patch is for HEAD. (for NewRecordingWizardPage in test.ui)
Comment 1 Paul Slauenwhite CLA 2008-03-10 08:42:26 EDT
Added the following to the patch in org.eclipse.tptp.test.internal.recorder.ui.wizards.NewRecordingWizardPage.updateDescriptionText():

//Layout the control to handle the case where the new description spans a different number of lines:
((Composite)(getControl())).layout(true);

The following file checked into CVS (HEAD):

org.eclipse.tptp.test.internal.recorder.ui.wizards.NewRecordingWizardPage.java
Comment 2 Jeff Nevicosi CLA 2008-05-23 18:29:04 EDT
verfied. closed.