2017-04-18 07:52:04 +08:00
## WPF Spell Checking fails in unexpected ways
2017-04-06 04:52:19 +08:00
### Scope
Edge
### Version Introduced
4.6.1
### Version Reverted
4.6.2
### Source Analyzer Status
Not planned
### Change Description
This includes a number of WPF Spell Checker issues:
2017-04-21 02:19:05 +08:00
- WPF Spell Checker sometimes throws < xref:System.Runtime.InteropServices.COMException ? displayProperty = name >
- WPF Spell Checker fails with < xref:System.UnauthorizedAccessException > when applications are launched using 'run as different user'
- WPF Spell Checker incorrectly identifies spelling errors in compound words like 'Hausnummer' in German.
2017-04-06 04:52:19 +08:00
- [ ] Quirked
- [ ] Build-time break
### Recommended Action
Issue #1 - This has been fixed in .NET Framework 4.6.2
2017-04-21 02:19:05 +08:00
Issue #2 - WPF Spell Checker is no longer supported when applications are launched using 'run as different user'. Starting .NET Framework 4.6.2, applications launched in this manner will no longer crash unexpectedly - instead the Spell Checker will be silently disabled.
Issue #3 - This has been fixed in .NET Framework 4.6.2.
2017-04-06 04:52:19 +08:00
### Affected APIs
* Not detectable via API analysis
### Category
Windows Presentation Foundation (WPF)
<!--
### Original Bug
172504
173922
180203
-->
2017-04-18 07:52:04 +08:00
<!-- breaking change id: 155 -->