#5100: worksheets: can't empty the trash (safari only?)
---------------------------+------------------------------------------------
 Reporter:  jhpalmieri     |        Owner:  mhansen 
     Type:  defect         |       Status:  assigned
 Priority:  blocker        |    Milestone:  sage-3.3
Component:  notebook       |   Resolution:          
 Keywords:  trash, safari  |  
---------------------------+------------------------------------------------
Comment (by jason):

 The issue we had with TinyMCE acting different under Safari vs. Firefox
 had to do with the browser executing javascript code when html was
 inserted dynamically into the DOM of the browser page.  Apparently Firefox
 automatically executes code inside of <script> tags that are inserted into
 the DOM, while Safari doesn't.  To overcome this, we ended up stripping
 out the <script> tags from any HTML that was inserted into the DOM and
 running the script code separately.

 Of course, the above comment only applies to <script> blocks loaded
 dynamically; any <script> blocks in the original HTML page should execute
 just normally.

 I don't know if that is the issue, but since mabshoff asked, I thought I'd
 mention it.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5100#comment:6>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to