nvda
d2976e6b - Fix up support of jumping over replaced content (ARIA label etc) when reading in Edge, so that it does not accidentally skip large parts of the document. (#7341)

Commit
8 years ago
Fix up support of jumping over replaced content (ARIA label etc) when reading in Edge, so that it does not accidentally skip large parts of the document. (#7341) * EdgeTextInfo.UIAElementAtStartWithReplacedContent: Ensure the element we have found in the ancestry does include a valid name, as if it has none, we'd never use it to replace content anyway. This will stop (sometimes large) chunks of the page from being non-navigable. * EdgeTextInfo._moveToEdgeOfReplacedContent: Correct logic so that we really land on the edge of replaced content. Previously this would cause the first character after the replaced content to be skipped, and also cause you to be stuck on the first character of the replaced content when moving previous character out of it. The old logic may have been confused by very old builds of Edge with bugs pre Creators Update.
Parents
Loading