On Tue, 24 Mar 2026 10:42:46 GMT, Marius Hanl <[email protected]> wrote:
>> Please see - whether the system test added in >> https://github.com/openjdk/jfx/pull/34 can be used as a reference while >> writing a test for this fix? > > Thanks for the reference! > While I think this would also work, I like the suggestion from Andy. > The ticket is about the performance, but what we would like to ensure is that > we do not spam the `ListChangeListener` of the underlying `Popup` with many > single changes but do everything as a batch instead. Yes. The suggestion from Andy would be ideal as an unit test. If not, then a system test can be thought of. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2118#discussion_r2980736664
