Ticket #190 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Perform JavaScript browser test

Reported by: obaltzer Assigned to: somebody
Priority: normal Milestone: 0.8.0
Component: General Version:
Severity: normal Keywords:
Cc:

Description

The problem with putting a line on the bottom of the page that says that Safari 1.2.4 is not supported is, that people are probably not looking at it. Instead it might be good to use JavaScript? to test the browser version and insert HTML that explains the situation in huge capital letters in a red-box, that the browser is not supported. I do not know if it is possible to use JavaScript? to determine the Safari version (Google for it), but once it can be reliably determined inserting this message is really easy. Just use document.write and Google.

Change History

01/09/05 05:44:03 PM changed by obaltzer

01/09/05 05:46:55 PM changed by obaltzer

02/09/05 05:01:42 PM changed by cjordan

  • severity changed from normal to minor.

We currently support all the current versions of the major web browsers being used. It is good to have but not a priority.

04/09/05 10:07:18 AM changed by obaltzer

  • branch set to trunk.
  • milestone changed from Release to 1.0-final.

04/09/05 11:48:14 AM changed by obaltzer

  • severity changed from minor to Enhancement.

04/09/05 10:04:07 PM changed by obaltzer

  • milestone changed from 1.0 Release to WishList.

I deployed the browser detection facility from http://www.dithered.com/javascript/browser_detect/, however, it does not provide the actual version numbers of the browsers and in particular I have no idea what it provides when used with the Safari browser. Nevertheless, the facility can be easily used as described on the website throughout all JavaScript? files and in the page to embed eventual notification messages.

06/09/05 04:19:09 PM changed by ssmith

  • milestone changed from WishList to 1.30.

03/04/06 11:12:25 AM changed by ssmith

  • milestone changed from 0.10 to 0.8.0.

Milestone 0.10 deleted