Ticket #1158 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

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

Changed 14 months ago by Matti Tahvonen

  • owner changed from Marc Englund to Matti Tahvonen
  • status changed from new to assigned
  • description modified (diff)

Changed 14 months ago by Matti Tahvonen

  • status changed from assigned to closed
  • hours_left changed from 1 to 0
  • resolution set to fixed

in [2822]

Note: See TracTickets for help on using tickets.