Skip to content

Commit

Permalink
Merge pull request #1660 from AlexisCnockaert/fix-17373onPharo
Browse files Browse the repository at this point in the history
Fix the 17373 issue on Pharo (initial focus on text in refactor rename protocol)
  • Loading branch information
jecisc authored Nov 18, 2024
2 parents aa7336b + 346d979 commit 61924bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Dialogs/SpRequestDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SpRequestDialog >> initializePresenters [
SpRequestDialog >> initializeWindow: aWindowPresenter [

super initializeWindow: aWindowPresenter.
aWindowPresenter whenOpenedDo: [ textInput takeKeyboardFocus ]
aWindowPresenter whenOpenedDo: [ textInput takeKeyboardFocus; selectAll ]
]

{ #category : 'api - showing' }
Expand Down

0 comments on commit 61924bc

Please sign in to comment.