Skip to content

Text selection UI matches behavior on Android. #3886

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

Merged
merged 1 commit into from
May 13, 2016
Merged

Text selection UI matches behavior on Android. #3886

merged 1 commit into from
May 13, 2016

Conversation

mpcomplete
Copy link
Contributor

  • Handles appear with tap or long press.
  • Toolbar appears with long press on text, or tap on handle.
  • Correct toolbar items shown depending on context.

@@ -116,6 +116,7 @@ class RenderEditableLine extends RenderBox {
set paintOffset(Offset value) {
if (_paintOffset == value)
return;
print('paintOffset changed');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to leave this in?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope!

@Hixie
Copy link
Contributor

Hixie commented May 12, 2016

I'm not super familiar with the underlying code, but LGTM, modulo travis anger.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@eseidelGoogle
Copy link
Contributor

This now contains commits you didn't intend. I think you want to rebase. possibly git rebase -i to re-order, squash, etc.

- Handles appear with tap or long press.
- Toolbar appears with long press on text, or tap on handle.
- Correct toolbar items shown depending on context.
@googlebot
Copy link

CLAs look good, thanks!

@mpcomplete mpcomplete merged commit 6fd7987 into flutter:master May 13, 2016
@mpcomplete mpcomplete deleted the match.spec branch May 13, 2016 18:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants