Bug #8213
Browse: NPE when pressing Shift-TAB in the first column cell
100%
Related issues
History
#1 Updated by Vladimir Tsichevski over 2 years ago
- Open a
BROWSEwidget with at least one cell. Set focus to any cell in the first column from the left. - Press
Shift-TAB.
The client crashes with NPE.
The issue root: Browse.java, l.4392:
RowLeaveResult res = leaveRow(startFromSave, getVisibleColumnCfg(prevColumn).id);
here prevColumn is -1, and getVisibleColumnCfg() returns null.
#2 Updated by Vladimir Tsichevski over 2 years ago
Also, navigation with Down-Arrow and Up-Arrow does not work in FWD.
#3 Updated by Greg Shah over 2 years ago
- Assignee set to Stanislav Lomany
#5 Updated by Stanislav Lomany over 2 years ago
Also, navigation with
Down-ArrowandUp-Arrowdoes not work in FWD.
Vladimir, could you give a reproduction scenario? I can't see anything like that. Are we talking about browse?
#6 Updated by Vladimir Tsichevski over 2 years ago
Stanislav Lomany wrote:
Also, navigation with
Down-ArrowandUp-Arrowdoes not work in FWD.Vladimir, could you give a reproduction scenario? I can't see anything like that. Are we talking about browse?
Probably, this is not an issue, but the arrow button in the numpad do not work as other arrow buttons. In OE, these numpad buttons work the same as the arrow buttons both in GUI and ChUI.
#7 Updated by Vladimir Tsichevski over 2 years ago
Meanwhile all other numpad buttons (PgUp, PgDown, Home, End) work the same as their non-numpad analogs.
#8 Updated by Stanislav Lomany over 2 years ago
All arrow keys (up, down, left, right) do not work for any widget, so I'll create a separate issue for it.
#9 Updated by Stanislav Lomany over 2 years ago
- Related to Bug #8226: Arrow keys on numpad do not work in FWD added
#10 Updated by Stanislav Lomany over 2 years ago
- Status changed from New to WIP
The arrow keys issue was moved to #8226.
Shift-tab NPE will be fixed in #8225.
This task can be closed.
#11 Updated by Stanislav Lomany over 2 years ago
- Status changed from WIP to Review
#12 Updated by Greg Shah over 2 years ago
- % Done changed from 0 to 100
- Status changed from Review to Closed