Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-07 Thread Andrey Novoseltsev
On Monday, 2 May 2016 20:18:06 UTC-6, paulmasson wrote: > > Andrey, the test server is not completing evaluations. Just get the > spinning GIF. > Turns out I've changed some logic when fixing Chrome and Firefox got affected but not others. Now things work for me in Firefox and Chrome under Lin

Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-02 Thread paulmasson
Firefox on Windows 10. Firefox on OS X El Capitan has the same problem. Chrome and Safari on OS X are both functional. On Monday, May 2, 2016 at 7:37:43 PM UTC-7, Andrey Novoseltsev wrote: > > Which browser OS are you using? I just checked now and have the same > issue with Firefox on Windows. C

Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-02 Thread Andrey Novoseltsev
Which browser OS are you using? I just checked now and have the same issue with Firefox on Windows. Chrome on Windows seems to work (I even have working 3d plot with JSmol, which is a bit unexpected!). Yesterday both Firefox and Chrome worked under Linux. Regarding changes - I was using develop br

Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-02 Thread paulmasson
Andrey, the test server is not completing evaluations. Just get the spinning GIF. Also, I'm curious as to why you're making modifications in the master branch of the sagecell repository. I happened to be reading the JavaScript source code right when you split it into smaller files yesterday, an

Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-01 Thread Andrey Novoseltsev
OK, embedding seems to work for Chrome and Firefox, so reported regressions are fixed. I am planning to switch main servers in 3 weeks. (Probably 7.2 will be out by then, so I'll also see how easy it is to upgrade with the new setup.) -- You received this message because you are subscribed to th

Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-01 Thread Andrey Novoseltsev
Made it work in Chrome via https://github.com/sagemath/sagecell/commit/95d2b406026ea7efc73a91ef693a1dd9fb5946c6 (my attempts to create all wrappers using a loop were not successful) Made some progress on CORS but there are still issues. On Mon, Apr 25, 2016 at 2:35 AM, Volker Braun wrote: > sage

Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-04-25 Thread Volker Braun
sagecell.makeSagecell is already polling to see whether it is loaded; thats of course totally fugly but should work. You just have to make sure that it is defined. If its only defined once a requirejs module loads then you don't have control over when. Instead move the window.sagecell = window.

Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-04-24 Thread Andrey Novoseltsev
Update: 1) Chrome does not work because of executing sagecell.makeSagecell(...) before finishes while Firefox waits till the script is processed. The issue goes away if I wrap makeSagecell call in require(...), but I have no idea how to make it work without, which is necessary for supporting old

Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-04-18 Thread paulmasson
Testing a page with eight embedded cells in Firefox 45.0.2 / Windows 10. Assuming that tags should be updated to