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
Almost none of the annotations in Rewind YouTube Style 2012 are clickable, even though their data contains a URL.
As an example, on this screen, the annotations over "PSY" and "WalkOffTheEarth" are clickable, but the ones for the "YouTube Rewind 2012" message and "Watch the Behind the Scenes" are not:
Appreciate you looking into this! I agree that the check should be removed. Clients using the renderer can easily decide whether they want to redirect outside youtube.com
Almost none of the annotations in Rewind YouTube Style 2012 are clickable, even though their data contains a URL.
As an example, on this screen, the annotations over "PSY" and "WalkOffTheEarth" are clickable, but the ones for the "YouTube Rewind 2012" message and "Watch the Behind the Scenes" are not:
![image](https://private-user-images.githubusercontent.com/14845347/258214060-ec9b92b1-e5f3-4bcd-96ea-baf8b43fac90.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NjUxMjksIm5iZiI6MTczOTg2NDgyOSwicGF0aCI6Ii8xNDg0NTM0Ny8yNTgyMTQwNjAtZWM5YjkyYjEtZTVmMy00YmNkLTk2ZWEtYmFmOGI0M2ZhYzkwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDA3NDcwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmNjRhZmYyOTcwZWM1M2IwOWM5OGJjMzU1MGIwNDQ0M2Q2Y2EyODc2YjM0ZDRkNTQ4NDdmYzZjMzY5ZThlYmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FFNNY8H5fq7ej7SHR96M8nxCzYrea-WqO6vLqiOrTpY)
Here is Psy's annotation which works as expected:
and this is the Behind the Scenes annotation, which is not clickable even though its data has an openURL click action:
I think the problem is that the parser is ignoring
goo.gl
URLs.annotationlib/parser/index.ts
Line 321 in 3121159
The text was updated successfully, but these errors were encountered: