Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[iOS] Fix TextInputAction.continueAction sends wrong action to framework #42615

Merged

Conversation

bleroux
Copy link
Contributor

@bleroux bleroux commented Jun 7, 2023

Description

This PR fixes an issue related to text input plugin, on IOS, sending a wrong action string to the engine for FlutterTextInputActionContinue.

Related Issue

Fixes flutter/flutter#126922

Tests

Adds 1 test.

@bleroux bleroux force-pushed the ios_text_input_plugin_continueAction branch from 23682d9 to 919fa04 Compare June 7, 2023 08:27
@bleroux bleroux force-pushed the ios_text_input_plugin_continueAction branch from 919fa04 to 08b3936 Compare June 7, 2023 13:27
@bleroux bleroux requested a review from justinmc June 7, 2023 18:22
Copy link
Contributor

@justinmc justinmc left a comment

Choose a reason for hiding this comment

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

LGTM 👍

I wonder why we named it continueAction instead of just continue in the first place?

@bleroux bleroux added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 7, 2023
@auto-submit auto-submit bot merged commit f330dd4 into flutter:main Jun 7, 2023
@bleroux bleroux deleted the ios_text_input_plugin_continueAction branch June 7, 2023 20:23
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 7, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 7, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Jun 7, 2023
…128473)

flutter/engine@1089ce6...a5f7d5d

2023-06-07 [email protected] Roll Skia from c5a8c4547f59 to 156542f8bf13 (4 revisions) (flutter/engine#42641)
2023-06-07 [email protected] Roll HarfBuzz to 7.3.0 (flutter/engine#42629)
2023-06-07 [email protected] [Impeller] Corrected the 'texture_coords' computation in 'Geometry::GetPositionUVBuffer' (flutter/engine#42619)
2023-06-07 [email protected] Roll dart to 3.1.0-171.0.dev (flutter/engine#42636)
2023-06-07 [email protected] Roll Skia from 773765ca1dd2 to c5a8c4547f59 (4 revisions) (flutter/engine#42633)
2023-06-07 [email protected] Add global test docs. (flutter/engine#42531)
2023-06-07 [email protected] Roll Fuchsia Mac SDK from ojwVlxZWrbsG4WGSE... to DL1QQ5eZRVNARqLx-... (flutter/engine#42632)
2023-06-07 [email protected] Roll Fuchsia Linux SDK from sEHtHM1iFt79roP-x... to aMTaMP0DdKdJnxSbc... (flutter/engine#42631)
2023-06-07 [email protected] [labeler] Fix to run on flutter/engine (flutter/engine#42634)
2023-06-07 [email protected] [iOS] Fix TextInputAction.continueAction sends wrong action to framework (flutter/engine#42615)
2023-06-07 [email protected] [Impeller] fix missing assignment of embedder render target. (flutter/engine#42630)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from sEHtHM1iFt79 to aMTaMP0DdKdJ
  fuchsia/sdk/core/mac-amd64 from ojwVlxZWrbsG to DL1QQ5eZRVNA

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-ios
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] TextInputAction.continueAction returning TextInputAction.continue
2 participants