#7 ✓invalid
Michael Edwards

Change to bring notify user of Firefox 3

Reported by Michael Edwards | August 12th, 2008 @ 01:39 AM

The current JavaScript notifies users who have a Firefox version less than 2. Needs to be updated to inform users who have a version of Firefox less than 3.

Comments and changes to this ticket

  • Nick Stakenburg

    Nick Stakenburg August 12th, 2008 @ 01:51 AM

    • State changed from “new” to “invalid”

    There are a lot of users still on Firefox 2, I don't want to force all of them to upgrade untill Mozilla does the same. They have the ability to upgrade every Firefox 2 user to 3.

    If you want to do this for your website, you can do so by changing:

    
      Firefox: Pushup.Browser.Firefox &&
        parseFloat(navigator.userAgent.match(/Firefox[\/\s](\d+)/)[1]) < 2,
    

    to:

    
      Firefox: Pushup.Browser.Firefox &&
        parseFloat(navigator.userAgent.match(/Firefox[\/\s](\d+)/)[1]) < 3,
    
  • Michael Edwards

    Michael Edwards August 12th, 2008 @ 10:15 AM

    Ahh sensible thinking. Thanks for the code snippet.

    Cheers 

    Michael Edwards Web Developer Certified Sitecore v5 Developer Microsoft Certified Professional

    Eduserv innovative technology services

    michael.edwards@eduserv.org.uk

    tel: +44 (0)1225 474300 fax: +44 (0)1225 474301

    http://www.eduserv.org.uk

     

    -----Original Message----- From: Lighthouse [mailto:support@lighthouseapp.com] Sent: 12 August 2008 00:50 To: Michael C. Edwards Subject: [Pushup #7] Change to bring notify user of Firefox 3

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Pushup is an effort to push the web forward by helping users update their outdated browsers. Give your users a better web experience today by installing Pushup on your domain!

People watching this ticket

Referenced by

Pages