Ticket #3958 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

interact gives "unterminated string literal" in the browser

Reported by: jason Assigned to: itolkov
Priority: major Milestone: sage-3.1.2
Component: interact Keywords:
Cc:

Description

try:

@interact
def _(a=range_slider(-1,1),b=range_slider(-1,1),c=slider(-1,1),d=slider(-1,1)):
    pass

A browser error and a "truncated output" error result. The resulting interact also is missing labels and the "c" slider.

Change History

08/26/2008 05:37:29 PM changed by itolkov

This should be fixed with #3854.

08/26/2008 05:46:14 PM changed by mhansen

  • status changed from new to closed.
  • resolution set to fixed.

This is fixed with #3854 applied.