Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance of SpecMultipleSelectionMode did not understand #selectedItem #3304

Closed
bencoman opened this issue May 6, 2019 · 3 comments
Closed
Projects

Comments

@bencoman
Copy link
Contributor

bencoman commented May 6, 2019

I understand that Spec is in transition, just documenting a case to be handled.
After fixing issue #3302, for an ST file in File Browser clicking button
the clicking on a row in Changes Browser produces error "Instance of SpecMultipleSelectionMode did not understand #selectedItem"

ListPresenter(AbstractListPresenter)>>whenSelectedItemChanged: aBlock
	self
		deprecated: 'Use #whenSelectedItemChangedDo: instead'
		transformWith:
			'`@receiver whenSelectedItemChanged: `@argument'
				-> '`@receiver whenSelectedItemChangedDo: `@argument'.
	^ self
		whenSelectionChangedDo: [ :selection | aBlock cull: selection selectedItem ] "<<<<"
@jecisc
Copy link
Member

jecisc commented May 6, 2019

Hello Ben,

For future issues on Spec2 could please open them at: https://github.com/pharo-spec/Spec/issues ?

This is the repository I look at the most when working on Spec. Thank you!

GitHub
Spec is a framework in Pharo for describing user interfaces. - pharo-spec/Spec

@bencoman
Copy link
Contributor Author

bencoman commented May 6, 2019

cool, yes.

@MarcusDenker MarcusDenker added this to To do in Spec Nov 8, 2019
@MarcusDenker
Copy link
Member

This is now working

Spec automation moved this from To do to Done Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Spec
Done
Development

No branches or pull requests

3 participants