nvda
0115a3c1 - FF/Chrome/IE browseMode quicknav includes rich text widgets (contentEditable) in edit and formField commands (#7461)

Commit
8 years ago
FF/Chrome/IE browseMode quicknav includes rich text widgets (contentEditable) in edit and formField commands (#7461) * VBufStorage_fieldNode_t::matchAttributes: allow an attribute to be prefixed by 'parent::' which means that the parent node should be checked for this attribute, rather than this node. * Gecko VBufBackend: remove the editable state from ARIA grids as Gecko seems to incorrectly expose this. Not only is it incorrect info for the user, but it can affect jumping to editable elements with quicknav. * Firefox / Chrome browseMode: quicknav commands e (edit) and f (formFields) now include editable content (E.g. div with contentEditable=true). * Internet Explorer browseMode: quicknav commands e (edit) and f (formFields) now includes editable content (E.g. div contentEditable=true). Also read-only edit fields (I.e. <input type="text" readonly />) are again included.
Parents
Loading