Ticket #1158 (closed defect: fixed)
TextField: setRows does not work
| Reported by: | Jani Laakso | Owned by: | Matti Tahvonen |
|---|---|---|---|
| Priority: | blocker | Milestone: | 5.0.0-beta-phase2 (release candidate) |
| Component: | gwt-adapter-client | Version: | 5.0.0-pre |
| Keywords: | Cc: | ville.ingman@… | |
| Known Issue description: | |||
| Hours estimate: | 0 | Deadline (dd.mm.yyyy): | |
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | yes | Contract: | |
Description (last modified by Matti Tahvonen) (diff)
Try:
TextField tf = new TextField("textfield");
tf.setColumns(3);
tf.setRows(5);
It is actually textarea, but only 1 row visible instead of 5.
Change History
Note: See
TracTickets for help on using
tickets.
