#4705: [with patch and spkg, needs work] Make in-line wysiwyg editor for text
cells using TinyMCE
-------------------------+--------------------------------------------------
Reporter: jason | Owner: jason
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.4
Component: notebook | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by jason):
The bugs in Safari are not from the extendedclicks jquery plugin. Timothy
let me have access to his mac the other day and we determined that it has
to do with Safari not evaluating javascript in any html that is inserted
into the DOM on-the-fly. Basically, in this patch, the new cell bar code
has been changed from a mousedown event in the html code to a separate
javascript function. That javascript function is not evaluated by default
in Safari (but is in FF). So we need to add the html to the DOM, and then
explicitly evaluate the javascript. There is code to something similar to
this, and I'm working on modifications to the patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4705#comment:9>
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
-~----------~----~----~----~------~----~------~--~---