BrowserWorks / Waterfox

The official Waterfox 💧 source code repository
https://www.waterfox.net
Other
3.75k stars 337 forks source link

Plain text displayed in Password box rather than Astrix #2914

Open satovey opened 1 year ago

satovey commented 1 year ago

What happened?

On my computer, this issue occurs in both Waterfox Classic 2022.11 and Waterfox Current 5.1. At the following login screen, When entering the pin number, the text box displays the numbers rather than the Astrix. This does not happen in Edge, Firefox, or degoogled chromium.

https://myaccount.boostmobile.com/sign-in.html?intnav=UtilNav:SignIn

Reproducible?

Version

Other

What platform are you seeing the problem on?

Windows

Relevant log output

No response

NovaAndrom3da commented 1 year ago

Seems normal on linux. Probably just a windows problem.

DavidSchillinger commented 1 year ago

It shows asterisks (dots, actually) for me on G5.1.2 / Windows 11.

It might be worth mentioning that the website has a custom implementation (so to speak) of these dots, it doesn't let the browser handle it.

They do it via a custom font instead, which means if your browser can't display the font properly (e.g. the download is blocked, maybe by an extension) then it will not show the asterisks.

The font is SecureFont and the file it's loading is secureFont.woff

NovaAndrom3da commented 1 year ago

It shows asterisks (dots, actually) for me on G5.1.2 / Windows 11.

It might be worth mentioning that the website has a custom implementation (so to speak) of these dots, it doesn't let the browser handle it.

They do it via a custom font instead, which means if your browser can't display the font properly (e.g. the download is blocked, maybe by an extension) then it will not show the asterisks.

The font is SecureFont and the file it's loading is secureFont.woff

It's good that you got it figured out 😄 That's a horrible implementation on a website, lol