#5220: Weird or non-appearance of default in input_box in interact
----------------------+-----------------------------------------------------
Reporter: kcrisman | Owner: boothby
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: notebook | Keywords:
----------------------+-----------------------------------------------------
From sage-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.
}}}
{{{
I'm able to reproduce this on sagenb.org on a Mac with FF3.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5220>
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
-~----------~----~----~----~------~----~------~--~---