-
Bug
-
Resolution: Fixed
-
P3
-
jfx11, jfx20, 8, jfx17, jfx21
-
b06
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326103 | 8u421 | Ambarish Rapte | P3 | Resolved | Fixed | b01 |
JDK-8328946 | 8u411 | Ambarish Rapte | P3 | Resolved | Fixed | b31 |
JDK-8326354 | 8u401 | Kevin Rushforth | P3 | Closed | Fixed | b33 |
ADDITIONAL SYSTEM INFORMATION :
Windows 10, Java 8u361
A DESCRIPTION OF THE PROBLEM :
Problem: When working with a list, the accessibility focus is not the same as the GUI focus.
Only when the list is opened in a new window (see Nb. 4) does it focus correctly.
Problem on the JavaFX side. Attachements (video, test class) can be downloaded <link>
1. Alt+Down.
The list is dynamically added to the scene and filled,
scrolls to the desired element and focuses on it.
FAIL
2. The list is filled with items, invisible and statically in the scene.
Alt+Down.
The list is visible, scrolls to the desired element and focuses on it.
FAIL
3. The list is empty, visible and statically in the scene.
Alt+Down.
The list is filled with items, scrolls to the desired item and focuses on it.
FAIL
4. Alt+Down.
List in a new window.
The list is filled with items, scrolls to the desired item and focuses on it.
The window is shown.
OK
5. The list is filled with elements, visible and statically located in the scene.
Alt+Down.
The list scrolls to the desired element and focuses on it.
FAIL
FREQUENCY : always
Windows 10, Java 8u361
A DESCRIPTION OF THE PROBLEM :
Problem: When working with a list, the accessibility focus is not the same as the GUI focus.
Only when the list is opened in a new window (see Nb. 4) does it focus correctly.
Problem on the JavaFX side. Attachements (video, test class) can be downloaded <link>
1. Alt+Down.
The list is dynamically added to the scene and filled,
scrolls to the desired element and focuses on it.
FAIL
2. The list is filled with items, invisible and statically in the scene.
Alt+Down.
The list is visible, scrolls to the desired element and focuses on it.
FAIL
3. The list is empty, visible and statically in the scene.
Alt+Down.
The list is filled with items, scrolls to the desired item and focuses on it.
FAIL
4. Alt+Down.
List in a new window.
The list is filled with items, scrolls to the desired item and focuses on it.
The window is shown.
OK
5. The list is filled with elements, visible and statically located in the scene.
Alt+Down.
The list scrolls to the desired element and focuses on it.
FAIL
FREQUENCY : always
- backported by
-
JDK-8326103 Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time
- Resolved
-
JDK-8328946 Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time
- Resolved
-
JDK-8326354 Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time
- Closed