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

cursor position index and insertion of text is wrong #1653

Open
estebanlm opened this issue Nov 15, 2024 · 0 comments
Open

cursor position index and insertion of text is wrong #1653

estebanlm opened this issue Nov 15, 2024 · 0 comments
Labels

Comments

@estebanlm
Copy link
Member

  • after sending text: message to a text presenter, cursor position index should be at the end, not immobile (it stays at 1). This will make the element compatible with the rest of the world.
  • also, in pharo collections, etc. are 1-based. So first position of cursor is 1, even if this is before the first character of a string.
@estebanlm estebanlm added the bug label Nov 15, 2024
estebanlm added a commit that referenced this issue Nov 15, 2024
I also made some clean up because I was using the dependent mechanism to update text (and then it was updated again by listening to presenters), this should now be fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant