NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

Code presenters are somehow unable to take focus programmatically trough the spec API

Open StevenCostiou opened this issue 3 years ago • 0 comments

Should this test pass? As is, it does not, but maybe I miss some configuration of the presenter.

SpCodeAdaptrTest>>testTakeKeyboardFocus 

	presenter takeKeyboardFocus.
	self assert: presenter hasKeyboardFocus

StevenCostiou avatar Oct 22 '21 12:10 StevenCostiou