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

Adjusting the text selection manipulates the underlying view on iOS #5764

Closed
wezm opened this issue Oct 19, 2021 · 5 comments
Closed

Adjusting the text selection manipulates the underlying view on iOS #5764

wezm opened this issue Oct 19, 2021 · 5 comments

Comments

@wezm
Copy link

wezm commented Oct 19, 2021

Summary

Editing text with the newly released mobile app is a frustrating experience as grabbing the text selection handles also manipulates the underlying view.

Environment Information

  • Device Name: iPhone 12 mini
  • OS Version: 15.0.2
  • Mattermost App Version: 1.47.0
  • Mattermost Server Version: 5.39.0

Steps to reproduce

  1. Type several words in the message field
  2. Double tap a word in the middle to select it
  3. Grab either of the selection handles and slide right

Expected behavior

I should be able to change the text selection without it influencing the reset of the app.

Observed behavior (that appears unintentional)

The view is manipulated and the text selection is lost. Video:

RPReplay_Final1634611696.mp4

In this video I'm tapping the left side text selection handle and dragging it right-to-left. As you can see the selection is dropped and the view moves around.

Possible fixes

Not sure.

@enahum
Copy link
Contributor

enahum commented Oct 19, 2021

A fix for this just got merged today and will be available on the next release this week. See #5762

@wezm
Copy link
Author

wezm commented Oct 19, 2021

Ahh thanks, I searched for issues here and on Jira but didn't think to check for PRs.

@enahum
Copy link
Contributor

enahum commented Oct 19, 2021

Is it ok if I close this issue or you want to keep it open until the fix is shipped?

@wezm
Copy link
Author

wezm commented Oct 19, 2021

All good, feel free to close.

@enahum
Copy link
Contributor

enahum commented Oct 19, 2021

Thanks

@enahum enahum closed this as completed Oct 19, 2021
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

No branches or pull requests

2 participants