This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 106840

Summary: Some components are not resizable
Product: obsolete Reporter: Roman Mostyka <romanmostyka>
Component: visualwebAssignee: Winston Prakash <wjprakash>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Roman Mostyka 2007-06-15 16:25:37 UTC
1. Create Java EE 5 Web Application with "Visual Web JSF" framework.
2. Add Text Field component.
3. Try to resize it.

Result: Component is not resizable.
The same with some other components: Text Area, Drop Down List, List Box. Probably it happens with all components that
are inherited from text field.
Comment 1 Lark Fitzgerald 2007-06-15 16:53:03 UTC
This is not a bug.  This is a functional change.  Please use the property sheet settings for column to change the width
of the component and style for size.

Here's the release note blurb:

http://www.netbeans.org/issues/show_bug.cgi?id=95022

    Description: Due to a change in Woodstock components, resize handles have been removed from the following Woodstock
components: TextField, TextArea,PasswordField, DropDown and ListBox. This issue impacts especially projects imported
from Java Studio Creator and NetBeans Visual Web Pack 5.5/5.5.1. Resized components may look different from how they
looked in previous releases.

    Workaround: For TextField and TextArea components, use the columns and rows attributes, respectively. DropDown and
ListBox components are automatically resized to the size of the longest item by the browser.


*** This issue has been marked as a duplicate of 95022 ***