On Sat, 16 May 2026 11:02:17 GMT, Christopher Schnick <[email protected]> wrote:
> This is a follow-up to the combobox converter PR. It seems like the > updateDisplayNode method in the Skin does not properly handle null cases for > when null is an item in the combobox. It probably incorrectly assumes that > any null values is mapped to null by the stringconverter. However, if you > create a custom converter, a null value can have a non-null string value. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). @andy-goryachev-oracle It would nice if the monkey tester combobox page would support adding null values to the items as well to test these cases better ------------- PR Comment: https://git.openjdk.org/jfx/pull/2169#issuecomment-4466652273
