Community
Participate
Working Groups
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)
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
verfied. closed.