Ticket #1078 (closed defect: fixed)

Opened 14 months ago

Last modified 9 months ago

Select / ComboBox : when opening selection div it always starts from top even though currently selected value is elsewhere

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: undefined Milestone: User Interface Library 5.2.0 RC
Component: gwt-adapter-client Version: 5.0.0-pre
Keywords: Cc:
Known Issue description:
Hours estimate: 2 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

Try with FeatureBrowser? / Select.

1. Select any item from the end-side of possible values 2. Now open selection div again => we are at the top of selection list

  • we should be at the same spot where selected item is

Change History

Changed 14 months ago by Jani Laakso

  • hours_left set to 14
  • milestone deleted

This is not trivial issue to solve, requires major rewrite for select implementation.

This is nasty bug.

Changed 11 months ago by Marc Englund

  • summary changed from Select: when opening selection div it always starts from top even though currently selected value is elsewhere to Select / ComboBox : when opening selection div it always starts from top even though currently selected value is elsewhere
  • milestone set to User Interface Library 5.1.0 RC

Even worse:

If "X" is selected (serverside) in the ComboBox?, but the current page does not contain "X", some other (previous?) value is displayed as the selected value (when the CB is collapsed).

ComboBox? should probably automatically skip to the page where the selected item is.

Changed 11 months ago by Matti Tahvonen

a good test case for this is in TestSizeableIncomponents?

It might start listing options from index 0, but at least right value MUST BE shown.

Changed 11 months ago by Matti Tahvonen

  • priority changed from major to minor
  • hours_left changed from 14 to 2

fixed server side in [3692].

Client component still sometimes opens list from index 0, but at least the right selected value is shown in field. Haven't investigated why or when this happens. Lowering priority and hours left estimate.

We ought to rewrite that bloated IFilterSelect.

Changed 11 months ago by Joonas Lehtinen

  • priority changed from minor to undefined

Changed 10 months ago by Matti Tahvonen

  • status changed from new to closed
  • resolution set to fixed

Changed 9 months ago by Joonas Lehtinen

  • milestone changed from User Interface Library 5.1.2 to User Interface Library 5.2.0

Milestone User Interface Library 5.1.2 deleted

Note: See TracTickets for help on using tickets.