Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdobe Reader: Prefer name over text content for buttons #3640
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by James Teh <jamie@... on 2013-11-13 03:12
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by James Teh <jamie@... on 2013-11-13 03:13
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by James Teh <jamie@... on 2013-11-26 22:59
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by jteh on 2013-11-26 23:04 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedNov 12, 2013
Reported by jteh on 2013-11-12 06:15
Issue raised by Adobe.
For some buttons, IPDDomNode::GetTextContent returns something different to the name. GetTextContent is supposed to account for alternate and actual text, but it seems that overriding a button's name is not considered alternate/actual text. Apparently, authors can override the name using the tooltip and this is what they (and Adobe) expect an AT user to see.
I guess it makes sense to do this for all controls for which the name is generally the content; i.e. the useNameAsContent flag in the backend.