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

Download graphic on iTunes Download page not rendered #2838

Closed
nvaccessAuto opened this issue Nov 30, 2012 · 2 comments
Closed

Download graphic on iTunes Download page not rendered #2838

nvaccessAuto opened this issue Nov 30, 2012 · 2 comments
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2012-11-30 01:20
On the iTunes download page, the graphic to begin the download is not rendered. This is an unlabelled graphic, but it doesn't have alt="", so it should be rendered. (Nevertheless, this should still be reported to Apple.) If you view just the iframe containing the download graphic, it is rendered correctly. This affects both Gecko and MSHTML.

The reason is that one of the ancestors is inappropriately being treated as interactive, which causes us to ignore all unlabelled graphics beneath.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2012-11-30 01:29
Fixed for IE in 410465e.

Gecko reports the top level document as being clickable (probably has an onClick/onMouse* listener). We need to stop the action checks from setting isInteractive for non-editable documents.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2012-11-30 02:22
Fixed for Gecko in 6303d1f.
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