You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: