Skip to content

Conversation

@Hixie
Copy link
Contributor

@Hixie Hixie commented Dec 28, 2015

Require a Key on Input.

Simplify the API for Focus.at() and Focus.moveTo().
Fixes #236.
This will require an e-mail to flutter-dev.

Make Input grab focus onTap not onPointerDown.
Fixes #189.

Complain when you use Focus.at() with two different GlobalKeys that
are both in the tree at the same time.
Fixes #181.

Add dartdocs for Focus.moveTo() and Focus.moveScopeTo().

Copy link
Contributor

Choose a reason for hiding this comment

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

By convention, we put the child argument last.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@abarth
Copy link
Contributor

abarth commented Dec 28, 2015

LGTM

Require a Key on Input.

Simplify the API for Focus.at() and Focus.moveTo().
Fixes flutter#236.
This will require an e-mail to flutter-dev.

Make Input grab focus onTap not onPointerDown.
Fixes flutter#189.

Complain when you use Focus.at() with two different GlobalKeys that
are both in the tree at the same time.
Fixes flutter#181.

Add dartdocs for Focus.moveTo() and Focus.moveScopeTo().
Hixie added a commit that referenced this pull request Dec 28, 2015
Various Input and Focus fixes
@Hixie Hixie merged commit 73102ae into flutter:master Dec 28, 2015
@Hixie Hixie deleted the input branch December 28, 2015 23:12
TahaTesser pushed a commit to NevercodeHQ/flutter that referenced this pull request Aug 13, 2020
Cirrus puts the PR description and commit message in environment
variables.
These messages tend to have non ASCII characters sometimes (like
emojis), which triggers a Gradle bug (gradle/gradle#3117) resulting
in Gradle crashing without a helpful error message.

The real solution to this problem should be fixing the Gradle bug.
The better workaround on the Flutter side would be to set a UTF8 locale
on the Cirrus machine, but I have yet figured out how to do it.
For now to avoid more people from hitting this I'm working around by
temporarily unsetting the Cirrus environment variables with the PR
description and commit message.

A non ASCII character to make sure it works: 😄
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

2 participants