nvda
7f739a97 - base NVDAObject's presentationType property: rather than just classing staticText as layout if it has no name and no description, instead class it as layout if its text (from its textInfo) is empty or only contains whitespace. Note that objects with no specific textInfo have an NVDAObjectTextInfo who's text is made up of name, description and value, so this works quite well.

Commit
15 years ago
base NVDAObject's presentationType property: rather than just classing staticText as layout if it has no name and no description, instead class it as layout if its text (from its textInfo) is empty or only contains whitespace. Note that objects with no specific textInfo have an NVDAObjectTextInfo who's text is made up of name, description and value, so this works quite well. This change specifically helps MSHTML as previously all textNodes could not be navigated to with review, but now textNodes with meaningfull text can be.
Parents
Loading