amitamb / screen.js

Client side screen recording library
0 stars 0 forks source link

Visited links causing problem with playback #5

Closed amitamb closed 11 years ago

amitamb commented 11 years ago

Visited links have different color than other links so they cause problem with mouseover changes as well as correct playback.

There are two possible solutions

  1. Add stylesheet tot he document stating that all visited links should be rendered same as other links.

a:visited { color:; /* Only color changes normally */ }

  1. Change URLs so that they are not visited. Add a random hash to them or add a param like ?rnd=
amitamb commented 11 years ago

1st option wouldn't work. Use second approach.

amitamb commented 11 years ago

Fixed in castbin https://github.com/amitamb/castbin/commit/3cef9fe62cba50c84801817e202fb0b9a5dc3c8c