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

TreeTablePresenter nodes are editable when they use text #338

Closed
pavel-krivanek opened this issue Feb 28, 2019 · 0 comments · Fixed by #657
Closed

TreeTablePresenter nodes are editable when they use text #338

pavel-krivanek opened this issue Feb 28, 2019 · 0 comments · Fixed by #657

Comments

@pavel-krivanek
Copy link
Contributor

When the tree nodes in TreeTablePresenter use text instead of a string, the text of nodes can be selected by characters and edited.

hepprxowaw

tree := TreeTablePresenter new.
tree roots: {Object}.
tree children: [ :aClass | aClass subclasses ].
tree addColumn: (StringTableColumn title: 'text' evaluated: [:e | e name asText allBold] ).
tree hideColumnHeaders.
tree openWithSpec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant