Dear Support,

On sagenb.org, try making an interact with an input box explicitly
defined, e.g.

@interact
def plotfunction(f=input_box(x^2)):
    P=plot(f,0,1)
    show(P)

It works fine in the sense that whatever you type in does what it
should.  But what's up with how the input box appears?  It's even
worse on my box (PPC OSX.4) - the initial input does not show up *at
all* in the box, though again the plot is fine and once you type
something in it behaves normally.

Any suggestions as to what I'm doing wrong would be appreciated.  Or
is it still fallout from TinyMCE or something like that?

Thanks,
- kcrisman
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to