Hydrogen: Whole line, and the insertion cursor become invisible.

Created on 10 Jan 2017  路  3Comments  路  Source: nteract/hydrogen

To reproduce select all the code and run hydrogen
than select the 'i' in the 2 line in the for loop "for i in range(10):"

temp = 0
for i in range(10):
temp += 1
print i

This causes line 3 "temp +=1" to become invisible also the insertion cursor is gone in there
forloophydrogen

If i restart the kernel it's ok
Or i can undo/redo to the point where i wrote the temp +=1 line

I am on Windows 10 if it matters.

bug

Most helpful comment

@lgeiger you are right! I tried it with one dark everything is fine..
I am using the Atom Material theme.. can you try and reproduce it on your side?
Thank you!

edit: how would i go and find the problem with this? I'd like to continue using Atom Material :)

All 3 comments

This looks like a styling issue.
Which theme are you using and can you reproduce this with the standard theme?

@lgeiger you are right! I tried it with one dark everything is fine..
I am using the Atom Material theme.. can you try and reproduce it on your side?
Thank you!

edit: how would i go and find the problem with this? I'd like to continue using Atom Material :)

Thanks man

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mike-MU10 picture Mike-MU10  路  4Comments

homocomputeris picture homocomputeris  路  4Comments

wadethestealth picture wadethestealth  路  3Comments

olegantonyan picture olegantonyan  路  3Comments

gepcel picture gepcel  路  3Comments