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). This pull request has now been integrated. Changeset: 8d917ae7 Author: Christopher Schnick <[email protected]> Committer: Andy Goryachev <[email protected]> URL: https://git.openjdk.org/jfx/commit/8d917ae738120e12ac12cd0957879b7c00e59b03 Stats: 95 lines in 3 files changed: 74 ins; 5 del; 16 mod 8384806: ComboBox converter does not properly update contained null values Reviewed-by: angorya, mhanl ------------- PR: https://git.openjdk.org/jfx/pull/2169
