dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
227 stars 68 forks source link

Firefox 5 - Change region fails #17

Closed greenexile4568 closed 13 years ago

greenexile4568 commented 13 years ago

In Firefox 5 when trying to change the region by clicking on the displayed range e.g Chr22:111111231..1313123131 get the following error in firebug:

NUM_REGEXP is not a function error source line: [Break On This Error] "",q=a;for(j=0;j<h.length;++j){var m=h...n b}var STRICT_NUM_REGEXP=/^[0-9]+$/;

Line 303 of compiled-dalliance.js

dasmoth commented 13 years ago

Thanks for the report, seems to be a change in the behaviour of RegExp objects since FF4. It's fixed now if you're running from git, and will of course be in the 0.7 release.

dasmoth commented 13 years ago

Fixed in 0.6.4b