javaterminal / cloudterm

Cloud Web Terminal Emulator. Opens your terminal to Web.
MIT License
78 stars 37 forks source link

Issue with hterm.js, in `959a176466ad6dbeced12b019e9fa5b4a08056d2` #8

Open maifeeulasad opened 1 year ago

maifeeulasad commented 1 year ago

In the latest pull (959a176466ad6dbeced12b019e9fa5b4a08056d2), it's not rendering anything:

properties of undefined (reading 'style')
    at hterm.ScrollPort.setBackgroundColor (hterm.js:9380:18)
    at hterm.Terminal.setBackgroundColor (hterm.js:10908:22)
    at background-color (hterm.js:10571:22)
    at lib.PreferenceManager.notifyChange_ (hterm.js:2120:28)
    at lib.PreferenceManager.notifyAll (hterm.js:2100:14)
    at hterm.Terminal.<anonymous> (hterm.js:10848:21)
hterm.ScrollPort.setBackgroundC

Here is a snap:

image

Maybe I can try to fix it.

maifeeulasad commented 1 year ago

I was unable to reproduce this in a Linux machine.

But this issue persists in Windows machine, till this day.