Should I open a jira issue for this or this is the expected behavior ? Also, might be a different bug but after preforming MOVE UP of the last paragraph we cant continue adding new paragraphs to the notebook. insert new on the last one return a message "Cannot insert after last paragraph"
Eran On Mon, Jun 29, 2015 at 11:29 AM Corneau Damien <[email protected]> wrote: > Could be possible since the paragraph content is saved in the notebook file > only after you run it. > > So I guess what is happening is that when you do a 'move up', it sends the > action to websocket for save (only the move up action). > And websocket send you the notebook as result (based on the notebook file), > which is then replacing the one in your view. > > On Mon, Jun 29, 2015 at 5:21 PM, IT CTO <[email protected]> wrote: > > > Hi, > > Try this one... > > Open new notebook > > add some test in paragraph 1 using %md and execute it > > add some text in paragraph two but DO NOT execute it > > using the right gear, click on move up > > *the paragraph is deleted.* if this was with a lot of code this is > painful > > (trust me :-)) > > > > Eran > > >
