Menu

#1377 inline editor looks promising, but has issues

nextrelease
open-fixed
nobody
None
5
2015-04-25
2015-04-24
No

Scott was trying out the inline editor, where a list of points can be entered, and we saw that this needs some work. This is to collect these bug sequences.

Discussion

  • Jeremy Faden

    Jeremy Faden - 2015-04-24

    Also, the editor should start on the list page, since this is easier to get started.

    Last, it's likely that malicious URIs would work, and I need to verify that java is not imported.

     
  • Jeremy Faden

    Jeremy Faden - 2015-04-24

    vap+inline:2014-01-01T01:01Z,1.23 should plot the single point T,Y
    vap+inline:2014-01-01T01:01Z,1.23;2014-01-01T01:02Z,1.25 should plot the line segment from T1,Y1 to T2,Y2.

     
  • Jeremy Faden

    Jeremy Faden - 2015-04-24

    vap+inline:2014-01-01T01:01Z,1.23;2014-01-01T01:02Z,1.25;2014-01-01T01:03Z,1.55;2014-01-01T01:04Z,1.45;2014-01-01T01:05Z,1.45

     

    Last edit: Jeremy Faden 2015-04-24
  • Jeremy Faden

    Jeremy Faden - 2015-04-25

    vap+inline:1.20,1.23 is a bit ambiguous, since you don't know if it's a rank 1 bundle or 1-element Y(X) in a rank 2 bundle. I'm going to make it so that a trailing semicolon can be used to distinguish, so vap+inline:1.20,1.23; identifies rank 2 bundle.

     
  • Jeremy Faden

    Jeremy Faden - 2015-04-25
    • status: open --> open-fixed
     
  • Jeremy Faden

    Jeremy Faden - 2015-04-25

    These changes will be in the production release v2015a_4, assuming they don't cause any problems with the tests.