pesaply / mplh5canvas

Automatically exported from code.google.com/p/mplh5canvas
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fails on Firefox 4 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run anyone of the demos (e.g. size_demo.py)
2. Use Firefox (4 or earlier versions) to view the page

The main figure frame shows up, but no plot is seen.

The backend works with Safari and Chrome.

This is with

mplh5canvas-trunk-py2.6.egg
Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32)
matplotlib.__version__ = 1.0.1

Original issue reported on code.google.com by kaushik....@gmail.com on 17 Mar 2011 at 8:00

Attachments:

GoogleCodeExporter commented 9 years ago
This is because WebSocket support is disabled by default in Firefox 4 (and also 
in Opera 11). You can enable support again by doing the following in the 
Firefox browser:

  - Browse to the ``about:config`` preferences page and promise to be careful
  - Type ``websocket`` in the filter to find the right option
  - Double-click on ``network.websocket.override-security-block`` to set it to ``true``

I am adding this to the documentation.

Original comment by ludwig.s...@gmail.com on 27 May 2011 at 11:33