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

iTunes 11: label of preview song buttons in iTunes store webkit documents not rendered in browse mode. #3638

Closed
nvaccessAuto opened this issue Nov 11, 2013 · 5 comments
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2013-11-11 06:40
The preview buttons for each song in a table of music in the iTunes store is blank in browse mode. This seems to be because the label is exposed via accValue, not accName. Therefore we should fallback to accValue, for buttons at least.

@nvaccessAuto
Copy link
Author

Comment 1 by mdcurran on 2013-11-11 06:54
errr no, its accDescription. And we will need to strip the "description:" from it as well.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2013-11-11 07:09
Ugly. My guess (and it's completely conjecture) is they're using the title attribute and WebKit always exposes that as description, even though the object has no name.

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2013-11-11 07:31
In [6b285df]:

Merge branch 't3638' into next. Incubates #3638.

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 4 by Michael Curran <mick@... on 2013-11-26 06:45
In [5ad1d99]:

Merge branch 't3638'. Fixes #3638

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 5 by mdcurran on 2013-11-26 06:45
Changes:
Milestone changed from next to 2014.1

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