Ticket #1007 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Workaround for Opera 9.22 bug?

Reported by: vipsoft Owned by:
Priority: low Milestone: Piwik 0.4.4
Component: Core Keywords:
Cc: Sensitive: no

Description

Opera 9.22 has a buggy EMCAScript engine which was rewritten for 9.5. 9.22 exhibits the following parse error on the json stringify code:

"Syntax error while loading: line 239 of linked script at (ext link)www.piwik.org/piwik.js : 
var escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0"

Change History

Changed 2 years ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 2 - Piwik 0.6 to 1 - Piwik 0.5

In [1508], fixes #995 - add bz2 (and tbz2) to list of recognized download extensions; fix regression in [1488], where qunit no longer defines url() helper function; fix bug in getLinkType() where it could match an extension in url params (false positive); fixes #1007 - workaround Opera 9.22 parse bug, replacing // with new RegExp() syntax

Note: See TracTickets for help on using tickets.