Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adobe Reader: Inherited language lost when node is updated #2544

Closed
nvaccessAuto opened this issue Jul 20, 2012 · 1 comment
Closed

Adobe Reader: Inherited language lost when node is updated #2544

nvaccessAuto opened this issue Jul 20, 2012 · 1 comment

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2012-07-20 05:05
In Adobe Reader, if a node doesn't explicitly specify its language, it is inherited from the nearest ancestor that does. However, if such a node is re-rendered due to an event, the inherited language will be lost. This is because the node is rendered into a temporary buffer, so it isn't linked to its ancestors yet.

Unfortunately, the problem is more visible than just forms, etc. because Reader fires a valueChange event on the top node of a page when it scrolls. Thus, whenever you switch to a new page, the inherited language is lost for the top node of that page.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2012-07-26 03:39
Fixed in e02caa3.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants