Tutorial: Bug in Page Copy to Clipboard function

Hello,

I just wanted to share that with certain examples the Copy to Clipboard action does not work as expected.

On page: Controlling Results Returned - Querying with Cypher in Neo4j 4.x, the example under "Ordering results" when copied also copies HTML tags:

<span class="hljs-keyword">MATCH</span> (p:<span class="hljs-type">Person</span>)-[:<span class="hljs-type">DIRECTED</span> | ACTED_IN]->(m<span class="hljs-type">Movie</span>)
<span class="hljs-keyword">WHERE p.name = 'Tom Hanks' OR p.name = 'Keanu Reeves'
<span class="hljs-keyword">RETURN DISTINCT m.title, m.released <span class="hljs-keyword">ORDER</span> BY</span> m.released <span class="hljs-keyword">DESC</span>

There are others on the page

Hope this helps.

That's strange. I cannot reproduce.

What Browser are you using for the course?

Are you using a Web browser for Neo4j Browser or the Neo4j Browser app in Neo4j Desktop?

Elaine

Hello,

It is happening with both Netscape and Chrome.

Above is what gets pasted. If I highlight and CTRL-C and CTRL-V in the neo4j browser it works as expected.