ID:1766975
 
Resolved
Using "as password" in input() did not work.
BYOND Version:507
Operating System:Windows 7 Home Basic 64-bit
Web Browser:Firefox 35.0
Applies to:Webclient
Status: Resolved (507.1275)

This issue has been resolved.
Descriptive Problem Summary:
As TheLionsRoar told in this post, the input() as password statement does not mask the input either.

Numbered Steps to Reproduce Problem:
1.- Create a blank project and a verb that asks for input.
2.- See how the input can be read.

Code Snippet (if applicable) to Reproduce Problem:
client/verb/test(msg as password)
world<<msg


Expected Results:
The inputted text to be masked by asterisks WHILE it is being entered.

Actual Results:
The inputted text is not masked, hence it can be read.


When does the problem NOT occur?
When you are on Dream Seeker.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Doubt it happened in any earlier version that is not BETA.

Workarounds:
Cannot think of one.
Lummox JR resolved issue with message:
Using "as password" in input() did not work.