[Seaside] Problem with visited links

jtuchel at objektfabrik.de jtuchel at objektfabrik.de
Thu Sep 14 19:55:04 UTC 2017


David,

you are not doing anything wrong. Open your web browser's Developer 
tools and look at the links that were rendered by seaside: they contain 
URL parameters that are unique for every render (the part after the ? in 
the href parameter), so technically, the link is never visited, because 
every time you render that page, the URL parameters will be different 
(this is a simplification with edge cases and people can start picking 
on me, but you get the picture).

There are ways to make Seaside use "nice" URLs, but out of the box, this 
is just the way it works.

Joachim


Am 14.09.17 um 21:50 schrieb David Pennington:
> Hi there. I have a hybrid site where some pages are rendered by 
> Seaside (using Instantiations VisualAge) and some are straight HTML. 
> In the HTML pages, I use the following in a css:
>
> a:link {
>     color: red;
> }
> and
> a:visited {
>     color: yellow;
> }
> This works fine. In my Seaside pages, I use a css method with the same 
> content but the visited links all turn up in a dark red, no matter 
> which colour I say to use. This is the same on all browsers tested 
> across both Windows and Macs Safari, Firefox, Edge.
>
> Am I doing something wrong?
>
> David
>
> ------------------------------------------------------------------------
> Message sent using Winmail Mail Server
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          mailto:jtuchel at objektfabrik.de
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20170914/b5d31ef9/attachment.html>


More information about the seaside mailing list