pharo
pharo copied to clipboard
Fix keyboard focus of rename method refactoring window
Fix #16699 by setting the keyboard focus after the window is opened.
There is something weird on SpTextInputFieldPresenter.
In SpTextInputFieldPresenter>>takeKeyboardFocusWithoutSelecting the comments state
"Unlike `takeKeyboardFocus` this method will not select the text inside."
However SpTextInputFieldPresenter>>takeKeyboardFocus does not select by default, hence the additional selectAll in the implementation.
This is strange because I do not see any files changed