Piped-Material icon indicating copy to clipboard operation
Piped-Material copied to clipboard

Channel Link should only be on Channel Name Text below video

Open arjpar opened this issue 2 years ago • 3 comments

Currently, if you click on any of the space within the channel name text and subscriber count, including the space to the right of it, you get directed to the channel page. The link should only encompass the channel name text.

Screenshot below: you click anywhere in the red space you get directed to the channel page (with the exception of the subscribe button). IMHO you should only be directed to the channel page when you click within the blue square or the channel name. image

arjpar avatar Jul 26 '22 10:07 arjpar

It's for ease of use. The onclick handler is defined on the container so that even if you click on the channel image you get redirected to the channel page. And defining it on every child element would be painful, so it's this way. This is even more useful on phones where it's difficult to press on the text precisely, so finding a simple solution to this issue is not very easy.

Regards,

On 26/07/22 16:08, Arjun wrote:

Currently, if you click on any of the space within the channel name text and subscriber count, including the space to the right of it, you get directed to the channel page. The link should only encompass the channel name text.

Screenshot below: you click anywhere in the red space you get directed to the channel page (with the exception of the subscribe button). IMHO you should only be directed to the channel page when you click within the blue square or the channel name. image

mmjee avatar Jul 27 '22 15:07 mmjee

Would it be possible to define the onclick handler on the red box in the screenshot below, or something similar to it? Really just left of the subscription box encompassing the channel name text, subscriber count, and channel avatar. If it's not possible or too tedious, that's understandable.

image

arjpar avatar Jul 27 '22 22:07 arjpar

It'll require a change in how the elements are structured. I'll take a look at it, but I remember it's this way because this hierarchy produces what it is supposed to look like.

Regards,

On 28/07/22 04:19, Arjun wrote:

Would it be possible to define the onclick handler on the red box in the screenshot below, or something similar to it? Really just left of the subscription box encompassing the channel name text, subscriber count, and channel avatar.

image

mmjee avatar Jul 30 '22 20:07 mmjee

Please create a new issue if this is a still an issue.

mmjee avatar Aug 02 '23 15:08 mmjee