Hello,
I've been running JBrowse 1.11.5 for a while now without issues. It's been a little while since I opened it; however, this morning I noticed that when I click on a VCF track variant to show the details, I see "function values() { [native code] }" for each field, instead of the actual value (screenshot below). Is this a known issue? It appears to only apply to VCF tracks. Also, it is chrome-specific (51.0.2704.84 m). I tried FF and it worked as expected. Thanks. ![]() ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 _______________________________________________ Gmod-ajax mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gmod-ajax |
JBrowse 1.11.6 should have fixed this bug :) The release notes for 1.11.6 have a note for it * Fixed a bug that affected some VCF and GFF popup dialogs in some browsers, particularly Chrome 38 (issue #522). The cause was that Chrome introduced the feature called Array.prototype.values in Chrome 38, retracted it, but more recently re-added it again If you want to fix it in your current 1.11.5, you can add something like this to your index.html <script>delete Array.prototype.values;</script> Updating to 1.11.6 or newer can fix it too. -Colin On Tue, Jun 14, 2016 at 5:36 PM, Ben Bimber <[hidden email]> wrote:
------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 _______________________________________________ Gmod-ajax mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gmod-ajax |
Free forum by Nabble | Edit this page |