dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.13k stars 1.74k forks source link

[MAUI] When entering words, both keyboards present word suggestions #17690

Open Ying-6 opened 1 year ago

Ying-6 commented 1 year ago

Description

After entering a string, both keyboards present word suggestions.

Steps to Reproduce

  1. Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to Windows.
  2. Click or tap on category 'D' for 'Editor'.
  3. Click or tap on test 'D8'.
  4. Enter the string ‘hi my name is james’ in both text boxes.
  5. Observe the keyboard suggestions page.

Actual Behavior: Two keyboards present word suggestions when entering in both text boxes. UIElement

Expected Behavior: There is a keyboard does not present word suggestions.

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

Microsoft.Maui.Controls: 8.0.0-nightly.9318+sha.2d8cf282d1-azdo.8448823 .NET SDK: 8.0.100-rc.1.23463.5

Is this a regression from previous behavior?

This bug is not a regression, it can be reproduced in the latest stable release: 8.0.0-rc.1.9171.

Affected platforms

Android

mattleibow commented 1 year ago

I can repro on Windows with the touch keyboard.

jknaudt21 commented 1 year ago

Adding links to Android docs to help investigating:

ghost commented 10 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

Redth commented 10 months ago

Moved out to backlog as part of our effort to improve our transparency around planning work for servicing releases. This one will be considered for work in the future.

PureWeen commented 7 months ago

Removing regression I tested this in NET7 and it doesn't work there either