-
Bug
-
Resolution: Fixed
-
P4
-
6u45
-
AccessBridge: 2.0.4.0
JRE Version: jre1.6.0_45 (32-bit)
64 bit OS
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045728 | 8u25 | Vivi An | P4 | Resolved | Fixed | b01 |
JDK-8038170 | 8u20 | Vivi An | P4 | Resolved | Fixed | b13 |
JDK-8053558 | emb-8u26 | Abhijit Saha | P4 | Resolved | Fixed | b17 |
JDK-8038169 | 7u80 | Vivi An | P4 | Resolved | Fixed | b01 |
JDK-8061000 | 7u79 | Abhijit Saha | P4 | Resolved | Fixed | b01 |
JDK-8057470 | 7u76 | Abhijit Saha | P4 | Resolved | Fixed | b01 |
JDK-8051647 | 7u75 | Abhijit Saha | P4 | Resolved | Fixed | b01 |
JDK-8050891 | 7u72 | Abhijit Saha | P4 | Closed | Fixed | b05 |
JDK-8050315 | 6u91 | Vivi An | P4 | Resolved | Fixed | b01 |
JDK-8038851 | 6u85 | Vivi An | P4 | Resolved | Fixed | b01 |
JDK-8049860 | 6u81 | Vivi An | P4 | Closed | Fixed | b32 |
The problem affects Swing classes JTable, JTree (TreeView), JList (Listboxes) and ListView.
A reproducer MultiSelectionTable.jar is attached.
Observed behavior:
SHIFT + CursorDown -> no ActiveDescendentPropertyChanged, but only SelectionChangedEvent (unexpected behavior)
SHIFT + CursorUp -> 2 events: ActiveDescendentPropertyChanged and SelectionChangedEvent (expected behavior)
CTRL+CursorDown/Up -> no ActiveDescendentPropertyChanged (unexpected behaviour) (JAWS doesn't send the key-combination to the application. An SR has been opened regarding this issue with Freedom Scientific already.)
CTRL+Space -> 1 event : SelectionChangedEvent (expected behavior)
Expected behavior:
SHIFT + CursorDown -> 2 events: ActiveDescendentPropertyChanged and SelectionChangedEvent
SHIFT + CursorUp -> 2 events: ActiveDescendentPropertyChanged and SelectionChangedEvent
CTRL+CursorDown/Up -> 1 event : ActiveDescendentPropertyChanged
CTRL+Space -> 1 event : SelectionChangedEvent
- backported by
-
JDK-8038169 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8038170 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8038851 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8045728 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8050315 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8051647 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8053558 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8057470 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8061000 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Resolved
-
-
JDK-8049860 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Closed
-
-
JDK-8050891 JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
-
- Closed
-