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 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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: