openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
210 stars 46 forks source link

Underscores are not being displayed in the terminal when using Firefox #130

Closed dfguerrerom closed 2 years ago

dfguerrerom commented 3 years ago

Describe the bug When using Firefox, the underscores are not shown in the terminal. (tested in three envs).

To Reproduce Steps to reproduce the behavior:

  1. Open a terminal on Firefox and write an underscore, or check a name file/folder that is supposed to have one.

Screenshots image

cdanielw commented 3 years ago

Which browser are you using? I've been able to reproduce this on Firefox. On Safari and Chrome, underscores do show up for me.

dfguerrerom commented 3 years ago

I'm using Firefox browser. I've tried on three different machines and the underscores are not shown even when typing them. Currently using Firefox 92.0.1 (64-bit) on a Windows machine.

cdanielw commented 3 years ago

I believe this is due to a problem with xtermjs:

https://github.com/xtermjs/xterm.js/issues/3353

cdanielw commented 2 years ago

This has been resolved in a new xterm release. https://github.com/xtermjs/xterm.js/pull/3370