Text disappears in IDE, editing impossible

When you click the mouse button in the Haskell code editing area, the text disappears and editing becomes impossible.

1 Like

pareil pour moi (avec VB.net : le code que j’utilise en fait) - depuis ce matin seulement. bug ?

Same here (with VB.NET: the language I actually use) —just since this morning. Is it a bug?

1 Like

This started happening to me today, first with Haskell. I then switched to another programming language, and it was OK for a while.

But currently I have the same problem for Perl.

This has happend on two different computers both with coding clash and with testing contributions.

Refreshing the screen works, untill the same thing happens again; also you can also still run and submit the code.

Edit: At the moment this is a problem in Clashes, but does not seem to happen when doing puzzles.

Hello thank you for the reports; this should be fixed now.

If you had the problem, it should be gone after a cache refresh.

Don’t hesitate to let us know if you still see anything broken.

2 Likes

Hello, sorry to revive the topic.

I was doing some clashes with Python 3 and more or less the same happened to me:

The Python 3 language would show no line numbering or code, while the others I tested had their code and lines in. I tried more than one clash, refreshing the page, refreshing the code and did not manage to solve it.

Thanks!

Have you tried clearing the cache?

1 Like

This bug happened to me multiple times. Switching to another programming language or refreshing the page solves the problem. After inspecting, I discover that using a language twice makes the code editor vanish. The problem can be reproduced by selecting a language twice. For example, if you’re using JavaScript, switch to Java and then go back to JavaScript, the code editor disappears.