Ticket #898 (closed defect: fixed)

Opened 16 months ago

Last modified 14 months ago

Client-side: Select components

Reported by: Jani Laakso Owned by: Marc Englund
Priority: blocker Milestone: 5.0.0-alpha for -removed-
Component: gwt-adapter-client Version: 5.0.0-pre
Keywords: Cc:
Known Issue description:
Hours estimate: 10 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 Marc Englund) (diff)

TODOS (not only client side stuff):

  • server gives two options for "null-selections" and other null selection issues. Old 4.x era ticket for this: #574
  • extend default select and in constructor to put it into proper state for twincol, multitselect, optiongroup. Avoid using style in uidl to select proper client side component.
  • decide how selects should layout themselves (expand to use whole width or only the size that options take)
    • setColumns() (to match textfield) for Nativeselect, Listselect, (Twincolselect?), Select, Combobox
    • setRows() for Listselect, Twincolselect

Change History

  Changed 16 months ago by Jani Laakso

  • component changed from undefined to gwt-adapter-client

  Changed 16 months ago by Jani Laakso

  • description modified (diff)

  Changed 16 months ago by Jani Laakso

  • description modified (diff)

  Changed 16 months ago by Jouni Koivuviita

When navigating a normal select component with arrow keys and there are more items available than can fit in to the screen, the popup doesn't scroll when the user moves the selection out of the popup.

  Changed 15 months ago by Matti Tahvonen

  • description modified (diff)

I'll split todos above into separate tickets

  Changed 15 months ago by Matti Tahvonen

  • hours_left changed from 15 to 10
  • description modified (diff)

  Changed 15 months ago by Matti Tahvonen

  • status changed from new to assigned
  • description modified (diff)

  Changed 15 months ago by Jani Laakso

  • description modified (diff)

  Changed 15 months ago by Jani Laakso

  • owner changed from Matti Tahvonen to Marc Englund
  • status changed from assigned to new

  Changed 14 months ago by Marc Englund

  • description modified (diff)

  Changed 14 months ago by Jani Laakso

  • version set to 5.0.0-pre

  Changed 14 months ago by Jani Laakso

  • milestone changed from 5.0.0-beta-phase2 (release candidate) to 5.0.0-alpha_for_efecte

  Changed 14 months ago by Marc Englund

  • description modified (diff)

  Changed 14 months ago by Marc Englund

  • description modified (diff)

follow-up: ↓ 16   Changed 14 months ago by Marc Englund

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

Fixed in #2893

setColumns() and setRows() added as appropriate, CSS changes to match TextField? width, and some fixes to TwinCol?.

in reply to: ↑ 15   Changed 14 months ago by Marc Englund

Correction: Fixed in [2893]

Note: See TracTickets for help on using tickets.