]
Claus Ibsen commented on FORGE-2661:
------------------------------------
We are migrating to use simple types in the UISelect elements such as String, as any DTO
values are sluggish and slow. Eg forge does too much value convert from DTO <-->
String that causes the UI to be slow in IDEA and elsewhere.
UISelectOne - Using cursor down to select next element may jump up if
there is duplicate values
-----------------------------------------------------------------------------------------------
Key: FORGE-2661
URL:
https://issues.jboss.org/browse/FORGE-2661
Project: Forge
Issue Type: Bug
Components: UI - IntelliJ IDEA
Affects Versions: 3.2.2.Final
Reporter: Claus Ibsen
Attachments: Screen Shot 2016-06-23 at 10.36.46 AM.png
We have a UISelectOne with a number of elements. As some of the elements may have the
same value, then that is okay, as its the index that matters when the user select an
element.
In the IDEA then the UI cannot scroll down and select the next element, when you press
cursor down, or if you attempt to use the scroll with the mouse.
See screenshot.