RFR: 8129123: ComboBox popup list view does not scrollTo when ComboBox value/selection is set
Kevin Rushforth
kcr at openjdk.java.net
Sat Apr 18 15:32:15 UTC 2020
On Fri, 17 Apr 2020 10:42:30 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> I think, selection and scrolling are two separate operations. Here we use these two operations to achieve the desired
>> result for ComboBox. It is nice to have behavior and I am OK with the fix.
>>> Also, I believe JDK-8196037 is a duplicate of this issue.
>>
>> Please Note that - JDK-8196037 is not a duplicate of this issue as described in PR description.
>>
>> I have a minor comment regarding test.
>
> repeating my comment from the [previous pull request](https://github.com/openjdk/jfx/pull/136#issuecomment-608401086):
> I don't think this is yet ready for a technical review - there are some more basic questions that are not yet answered
> :)
This will need two reviewers. As part of this review, the questions raised by @kleopatra in [this message from the
original PR](https://github.com/openjdk/jfx/pull/136#issuecomment-608401086) need to be answered.
-------------
PR: https://git.openjdk.java.net/jfx/pull/166
More information about the openjfx-dev
mailing list