visited thumnail border not showing the :visited color after being visited visited thumnail border not showing the :visited color after being visited
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

visited thumnail border not showing the :visited color after being visited

Started by Cornetto, February 15, 2014, 08:24:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cornetto

Description of issue:
In the style.css of our Coppermine installation's theme, thumbnails have been set to have a white border.  The hover color has been set to yellow, and the visited color has been set to red.  When the filmstrip page is enabled, the visited thumbnail border color appears normally (red), but in the gallery configuration in "Thumbnail View", if the setting "Go directly from thumbnail to full-sized image" is clicked on, the "intermediate image / filmstrip" page is disabled and never seen, and if you then use this configuration, the thumbnail white border and the yellow hover color works as expected, but after having clicked on a thumbnail, and then viewing the full-size image, and then subsequently returning to the thumbnail page, the visited thumbnail border color (red) does not appear, it remains white as if never visited.  This issue was observed (and flagged) during multi-browser platform testing (Internet Exploder, Chrome, Firefox, Safari, Opera).

In other words:
If the gallery is configured with the feature "Go directly from thumbnail to full-sized image" turned off, the border color of visited thumbnails displays as expected.

If the gallery is configured with the feature "Go directly from thumbnail to full-sized image" turned on, the border color of visited thumbnails does not display as expected.


Attached please find the zipped style.css file, if there are other files you require to review this odd issue, please let me know

ΑndrĂ©

The reason is probably the use of JavaScript to open the popup. Not sure how or if this can be fixed.

allvip

If is important to you and is true what Andre says,you can use jquery for visited links:

http://remysharp.com/2008/02/25/visited-plugin/

http://stackoverflow.com/questions/1210871/use-jquery-to-select-visited-links

hope it does not creates a conflict with JavaScript to open the popup.