Re: Web server: All page links appear as visited after update

2017-03-23 Thread Kirk Brooks via 4D_Tech
Alright, I got it. I was playing with a couple of datepicker widgets and
the CSS for the jQuery datepicker is the culprit. Not sure why - aside from
complaining about using IDs in selectors the CSS linters I pasted it in
didn't flag anything else. However, when it's in the page the error occurs
and when it's out it doesn't. Which is fine because I abandoned the jQuery
datepicker anyway.

Thanks Justin and Lee.

On Thu, Mar 23, 2017 at 8:26 AM, Kirk Brooks  wrote:

> I have 4D web server render a page. The page contains a date picker the
> user can use to pick a date. When they do the page makes a call back to 4D
> where the requested data are found and returned to the page as TEXT
> (stringified JSON). The web page then parses this data into a div. jQuery,
> bootstrap4 and handlebars are the primary tools on the page.
>
> The issue I'm up against is all the links on the page, in the new data and
> existing, now display in the 'visited' state. Can someone offer a little
> insight into what causes this?
>
> Thanks
>
> --
> Kirk Brooks
> San Francisco, CA
> ===
>



-- 
Kirk Brooks
San Francisco, CA
===
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Web server: All page links appear as visited after update

2017-03-23 Thread Kirk Brooks via 4D_Tech
If it were a typo wouldn't the linter flag it?

Plus, wouldn't the issue show up in the standalone page as well as the one
served by the server when displaying the same HTML?

On Thu, Mar 23, 2017 at 10:23 AM, Lee Hinde via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Yea, what Justin said. A typo in the url  or 
> The work around, of course is to change the style for a a:visited...
>
>
> On Thu, Mar 23, 2017 at 8:26 AM, Kirk Brooks via 4D_Tech <
> 4d_tech@lists.4d.com> wrote:
>
> > I have 4D web server render a page. The page contains a date picker the
> > user can use to pick a date. When they do the page makes a call back to
> 4D
> > where the requested data are found and returned to the page as TEXT
> > (stringified JSON). The web page then parses this data into a div.
> jQuery,
> > bootstrap4 and handlebars are the primary tools on the page.
> >
> > The issue I'm up against is all the links on the page, in the new data
> and
> > existing, now display in the 'visited' state. Can someone offer a little
> > insight into what causes this?
> >
> > Thanks
> >
> > --
> > Kirk Brooks
> > San Francisco, CA
> > ===
> > **
> > 4D Internet Users Group (4D iNUG)
> > FAQ:  http://lists.4d.com/faqnug.html
> > Archive:  http://lists.4d.com/archives.html
> > Options: http://lists.4d.com/mailman/options/4d_tech
> > Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> > **
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
>



-- 
Kirk Brooks
San Francisco, CA
===
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Web server: All page links appear as visited after update

2017-03-23 Thread Lee Hinde via 4D_Tech
Yea, what Justin said. A typo in the url  or  wrote:

> I have 4D web server render a page. The page contains a date picker the
> user can use to pick a date. When they do the page makes a call back to 4D
> where the requested data are found and returned to the page as TEXT
> (stringified JSON). The web page then parses this data into a div. jQuery,
> bootstrap4 and handlebars are the primary tools on the page.
>
> The issue I'm up against is all the links on the page, in the new data and
> existing, now display in the 'visited' state. Can someone offer a little
> insight into what causes this?
>
> Thanks
>
> --
> Kirk Brooks
> San Francisco, CA
> ===
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**