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

Conversation

@LongCatIsLooong
Copy link
Contributor

Fixes flutter/flutter#96411

Now that the framework only calls show once, it should try putting the input element into the DOM.

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard flutter-dashboard bot added the platform-web Code specifically for the web engine label Jan 14, 2022
@LongCatIsLooong LongCatIsLooong marked this pull request as ready for review January 18, 2022 18:41
Copy link
Contributor

@mdebbar mdebbar left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this issue!

@LongCatIsLooong LongCatIsLooong added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Jan 18, 2022
@fluttergithubbot fluttergithubbot merged commit cef8bce into flutter:main Jan 18, 2022
@LongCatIsLooong LongCatIsLooong deleted the place-element-on-safari-desktop branch January 18, 2022 23:31
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 19, 2022
zanderso pushed a commit to flutter/flutter that referenced this pull request Jan 19, 2022
* bdab647 Roll Skia from 9f231c330962 to 8276fa8ef102 (2 revisions) (flutter/engine#30912)

* 7002447 Remove redundant `--template` arguments from code samples (flutter/engine#30909)

* cef8bce [Web Text Input] ensure the input element is put in the DOM on desktop safari (flutter/engine#30885)

* 31b1a1d cleanup #28013 (flutter/engine#29500)
itsjustkevin pushed a commit to itsjustkevin/engine that referenced this pull request Feb 8, 2022
itsjustkevin added a commit that referenced this pull request Feb 9, 2022
* 'Update Dart SDK to 0180af2'

* [Web Text Input] ensure the input element is put in the DOM on desktop safari (#30885)

* Reland: Teardown external view embedder prior to unmerging threads (#31122)

* Don't remove views while the rasterizer is torn down (#31229)

* [web] roll CanvasKit 0.32.0; fix frame order in animated images (#30680)

* roll CanvasKit 0.32.0
* Fix frame order in WASM image codecs

* [web] roll CanvasKit to 0.33.0 (#31240)

* 'add branch flutter-2.8-candidate.16 to enabled_branches in .ci.yaml'

* remove candidate from enabled_branches

* resolved merge conflict in DEPS file for the canvaskit_cipd_instance key

* update license hash

* resolving presubmit failures on android tests

Co-authored-by: Kevin Chisholm <[email protected]>
Co-authored-by: LongCatIsLooong <[email protected]>
Co-authored-by: Emmanuel Garcia <[email protected]>
Co-authored-by: Yegor <[email protected]>
Co-authored-by: eggfly <[email protected]>
clocksmith pushed a commit to clocksmith/flutter that referenced this pull request Mar 8, 2022
* bdab647 Roll Skia from 9f231c330962 to 8276fa8ef102 (2 revisions) (flutter/engine#30912)

* 7002447 Remove redundant `--template` arguments from code samples (flutter/engine#30909)

* cef8bce [Web Text Input] ensure the input element is put in the DOM on desktop safari (flutter/engine#30885)

* 31b1a1d cleanup flutter#28013 (flutter/engine#29500)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

platform-web Code specifically for the web engine waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Web][Safari]: Unable to enter text into Textfield on latest master and beta.

3 participants