jackun / VLCTube

The Unlicense
16 stars 4 forks source link

Related videos are wrongly marked as in the "watched later" list #75

Closed LL25255252 closed 8 years ago

LL25255252 commented 8 years ago

STR (Steps to reproduce):

  1. Enter the watch page of video A.
  2. Click the "clock" button. (as a result video A is correctly added to the Watch List).
  3. Click on video B from one of the related videos on the right sidebar.
  4. Video B watch page is loaded with a "tick" sign near the "clock" button although it is not on the Watch List.

TIA.

Pale Moon 25.7 win 7(x64) GM 1.15.1 VLCtube 61.18

LL25255252 commented 8 years ago

Yes, the new 61.20 version fixed this issue.

Still if you want it to be perfect then another small thing.

  1. Enter the watch page of a video.
  2. Click the "clock" button. (as a result the clock gets a "tick" sign near it).
  3. Now when the cursor hovers the clock button the "tick" sign suddenly disappears (though no functionality problems).
jackun commented 8 years ago

It's visual error caused by how CSS styling is set-up currently. :hover effect for making the buttons background lighter overrides the style with the 'tick' as background image, uh.