kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

input line doesn't respect no-echo #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
within the plush web interface, ssh to someplace that requests a password
when it asks for the password - type it....
it is echoed as you are typing (as the input field is just a text box)
though it is correctly not echoed in the output once you hit return

Expected result:
Most users would probably expect the input box to act like a password file in 
this case.... Other option is to not echo at all... but that just feels bad!

OS & browser info:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like 
Gecko) Chrome/24.0.1312.52 Safari/537.17

Original issue reported on code.google.com by m...@glyphic.com on 26 Jan 2013 at 6:55

GoogleCodeExporter commented 9 years ago
Issue 37 has been merged into this issue.

Original comment by m...@glyphic.com on 25 Apr 2013 at 7:31

GoogleCodeExporter commented 9 years ago
new input regime solves this (as command input is now round-tripped through the 
ptty)

commit: [5d337f4]

Original comment by m...@glyphic.com on 15 Jun 2013 at 2:51