Letractively / sagenb

Automatically exported from code.google.com/p/sagenb
0 stars 0 forks source link

From FireFox 4, block select of published worksheet looses new lines #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I wanted to copy the code from this published worksheet:

http://flask.sagenb.org/home/pub/67/

To a new sage worksheet on a different server.

Block copy-and-paste from FireFox lost the newlines, so the pasted code was 
unusable.

This may be a browser issue, but enough people use FireFox that it would be 
good to figure out if a simple change to NB could make FireFox happy.

Ian

Original issue reported on code.google.com by ijstokes...@gtempaccount.com on 14 Jun 2011 at 8:46

GoogleCodeExporter commented 8 years ago
This is a bug from 2001: https://bugzilla.mozilla.org/show_bug.cgi?id=116083

Original comment by jason-go...@creativetrax.com on 16 Aug 2011 at 3:37

GoogleCodeExporter commented 8 years ago
A workaround is here: https://bugzilla.mozilla.org/show_bug.cgi?id=116083#c43 
(convert every newline to `<br>` and every space to ` ` )

Original comment by jason-go...@creativetrax.com on 6 Oct 2011 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by jason-go...@creativetrax.com on 6 Oct 2011 at 10:28

GoogleCodeExporter commented 8 years ago
Amazingly, this was only fixed two days ago in FF!  A very old bug indeed.

Original comment by kcris...@gmail.com on 3 Dec 2014 at 9:06