CodeExpression outputs not updated after execution
nokome opened this issue · 2 comments
nokome commented
It seems that the output
of CodeExpression
s is not updated after execution. For this code expression:
the following is sent over Websocket
node: {text: "2 * 2", output: "1,308", programmingLanguage: "r", type: "CodeExpression"}
and this is what comes back,
result: {type: "CodeExpression", text: "2 * 2", programmingLanguage: "r", output: 4, duration: 0.007}
but the number does not update. Maybe the executionHandler
?
nokome commented
Thanks for this @alex-ketch. It's relatively minor point is that numbers are rendered as disabled <input type="number">
(?) which is a little confusing
alex-ketch commented
hmm, can't seem to reproduce in any of my local browsers (Safari, Chrome, Firefox).
Mind sharing more details about your browser+version please @nokome, and I will take a look through SauceLabs shortly.