Skip to content

Commit

Permalink
Do not steal focus when selecting disputes
Browse files Browse the repository at this point in the history
This commit reverts a change added in
f0a985e (#1311) that made it impossible
to scroll through arbitration tickets with the arrow keys, because on
selecting each dispute/ticket, the input text area would steal focus
away.

Now, the input text field still gets auto-focused when the dispute view
is opened, but does not try to steal / auto-focus when scrolling through
/ selecting individual disputes.
  • Loading branch information
cbeams committed Feb 8, 2018
1 parent 4ac2343 commit 8d44f75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,6 @@ private void showArrivedIcon() {
root.getChildren().add(2, messagesAnchorPane);

scrollToBottom();
GUIUtil.requestFocus(inputTextArea);
}

addListenersOnSelectDispute();
Expand Down

0 comments on commit 8d44f75

Please sign in to comment.