Broken add track when pasting URL on mobile
4www opened this issue · 1 comments
To reproduce, on mobile, paste in a youtube URL, in the URL field of adding a new track.
It should normally fetch the title, but it does not.
To fetch the title, adding a space at the end of the URL, will make the automatic title work.
Expected behavior would be that pasting a URL from mobile fetch the title.
I'm wondering if it is not the paste
event that has issues on mobile, need to investigate the issue deeper.
Is it on /add or via the modal window?
I just looked, and we're not using the paste even any more. We have an {{input-paste}}
component, which is only used in {{track-add-inline}}
, which is not used anywhere.
Maybe it is something here
radio4000/app/components/track-form/component.js
Lines 22 to 59 in 4086e6b