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.21k stars 1.75k forks source link

Cannot disable Editor spell check #14340

Open mgoertz-msft opened 1 year ago

mgoertz-msft commented 1 year ago

Description

The following doesn't do anything. I still see all kinds of squiggles when editing text in the editor.

<Editor IsSpellCheckEnabled=“False” />

Steps to Reproduce

  1. Clone https://github.com/mgoertz-msft/MauiBug-EditorSpellCheck
  2. Open MauiBug-EditorSpellCheck.sln in VS on Windows
  3. F5 to build and run
  4. Make some edits and squiggles will start appearing even though the spell checker should be disabled.

image

Link to public reproduction project repository

https://github.com/mgoertz-msft/MauiBug-EditorSpellCheck

Version with bug

Unknown/Other (please specify)

Last version that worked well

Unknown/Other

Affected platforms

Windows, I was not able test on other platforms

Affected platform versions

net7.0-windows10.0.19041.0

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 1 year 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.

Zhanglirong-Winnie commented 1 year ago

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on Windows platform with sample project. MauiBug.zip Screenshot 2023-06-14 140847