Skip to content

Copy-and-paste from code-to-console or console-to-console often fails #178

@justparking

Description

@justparking

A very frustrating thing in the overhauled UI - when you copy and paste text from the console or the code section back into the console, the operation usually fails because of hidden characters, as shown in this example:

> print param_ipAddress
05-08 13:21:05.49 exec - SyntaxError: ("no viable alternative at character '\xa0'", ('<string>', 1, 5, 'print\xa0param_ipAddress\n'))
05-08 13:21:05.49 

This is very easy to reproduce. Simply create a blank node, view the code, copy and paste any variable, say param_disable, along with print <space> into the console and press Enter.

I was using Chrome on Windows. I'm unsure if other browser/OS combinations are affected.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expectedinconvenienceA minor inconvenience, not blocking

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions