Community
Participate
Working Groups
Build Identifier: 20090621-0832 Scroll bar missing for 'Template' text area in Customize palette dialog for Add to snippets. Reproducible: Always Steps to Reproduce: Steps for recreating the problem: 1. Create an html page. 2. Add the following code snippet inside <body> tag. <input type="submit" value="777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777888"> 3. Verify that the entire text is in a single line in the html file. 4. Select the entire line in the html file and then select 'Add To Snippets' option from context menu. 5. Select OK on the New category dialog Scroll bar is missing in Template text area and hence I am not able to see or edit the entire code snippet. This bug is reproducible on the latest builds on eclipse 3.6 also.
Created attachment 173740 [details] snapshot
Created attachment 173741 [details] html file
Added snapshot and html file as attachment.
Code that is involved in the generation of this dialog is in PaletteViewer.getCustomizerDialog()
This dialog comes from the Snippets framework.
Created attachment 210406 [details] patch
Committed to R3_2_5_patches