Small html fix on the episodes list.

  • 1
  • Problem
  • Updated 7 years ago
  • Solved
Archived and Closed

This conversation is no longer open for comments or replies and is no longer visible to community members. The community moderator provided the following reason for archiving: Old thread

When you view the episodes of a series, for example this page:
http://www.imdb.com/title/tt0436992/e...

At the top, there is : "◄ Doctor Who"
If you double click it, to highlight it, it will highlight that entire text above.
It should just highlight the "Doctor Who" text and not the arrow, as no one would be interested in copying the title together with the arrow.

To do that, please change:

< div class="parent">
< h3 itemprop="name">
< span class="leftarrow">◄ 

With:
< div class="parent">
< spa n class="leftarrow">◄ 
< h3 itemprop="name">

(I broke the tags so that you may see it as text.
Seems that html is parsed too.)

Thank you ! :)
Photo of Dragoș Valentin Rădulescu

Dragoș Valentin Rădulescu

  • 13 Posts
  • 5 Reply Likes

Posted 7 years ago

  • 1
Photo of Dan Dassow

Dan Dassow, Champion

  • 16662 Posts
  • 18789 Reply Likes
As a fellow Whovian, I'm sorry I did not see your problem report earlier.

I was unable to replicate your problem using Firefox and Internet Explorer.8.0 running Windows XP.

What browser and operating system are you using? This may help in identifying why you are having this issue.
Photo of Dan Dassow

Dan Dassow, Champion

  • 16662 Posts
  • 18789 Reply Likes
The issue is rather subtle. I was finally able to replicate what you described.

I agree that it would be better to keep the arrow as background for people wishing to copy the text. However, this is probably a minor issue as you pointed out.

This conversation is no longer open for comments or replies.