-
Bug
-
Resolution: Unresolved
-
P4
-
9
ChoiceBoxSelectionModel's methods needs to be corrected in handling the Separator and SeparatorMenuItem.
1. selectPrevious and selectNext do not consider SeparatorMenuItem.
2. selectFirst and selectLast needs to be overridden similarly as select selectNext and selectPrevious.
3. InJDK-8088261, the behavior of select() was changed, Now if a Separator is selected then the selection is cleared, which also does not seem correct. Considering the aspect of JDK-8088261 we should find a way to fix select method too.
1. selectPrevious and selectNext do not consider SeparatorMenuItem.
2. selectFirst and selectLast needs to be overridden similarly as select selectNext and selectPrevious.
3. In
- relates to
-
JDK-8091430 ChoiceBox: support separators in a type-safe manner
-
- Open
-
-
JDK-8088261 ChoiceBox: selectPrevious doesn't move selection if previous is separator
-
- Resolved
-