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 93236 - Modifying the content of a TextField is not shown correctly
Summary: Modifying the content of a TextField is not shown correctly
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 00:27 UTC by bugbridge
Modified: 2008-11-20 19:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-01-26 00:27:10 UTC
Original status: 1-Dispatched; Suggested Status: NEW


Description:
When the text of a TextField is modified directly in the Visual Designer, the
viewable size of the edited text is limited while it should be extended to the
size of the TextField.
Comment 1 Peter Zavadsky 2008-11-20 19:22:27 UTC
I don't think that is a good suggestion. The runtime doesn't work that way. You need to set the size of the text field
if you want to have it larger.
The component has a default size, which is tried to be shown by the designer, and user should be aware of that. If it
needs larger one, then it needs to be set explicitly. If your suggestion is in place, user who wishes to keep the
default size would have a problem to keep it.