#7497: notebook -- bug in viewing/editing attached files
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  boothby 
       Type:  defect    |      Status:  new     
   Priority:  major     |   Milestone:  sage-4.3
  Component:  notebook  |    Keywords:          
Work_issues:            |      Author:          
   Reviewer:            |      Merged:          
------------------------+---------------------------------------------------
 In the notebook, click "Data --> Upload or create file...", then edit the
 file to contain
 {{{
 Hi </textarea> foo bar
 }}}

 Save it and re-open it.  The foo bar is *outside* the text area!  This is
 because this is rendered using the
 data/sage/html/notebook/download_or_delete_datafile.html template with
 this line in it:
 {{{
     <textarea class="edit" name="textfield" rows=17 cols=70
 id="textfield">{{ text_file_content }}</textarea>
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7497>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--

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].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=.


Reply via email to