The broken password field

Discussion in 'Mod Discussions' started by cola_colin, March 30, 2014.

  1. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    You may have noticed that the password field bugs out when deleting the last visible dot. Misstyped passwords cost a lot of time this way. I've found that it seems the issue is related to the display of the password dots.
    So if I make it a plain text field it works. There are css styles to make a plain text field display the dots, but then it bugs again. So instead I now use this:

    <input class="input_text" style="font-size: 1px; height: 20px;" data-bind="value: password" />

    works :)

    Too lazy to package a mod, but this may be useful to some people.
  2. LavaSnake

    LavaSnake Post Master General

    Messages:
    1,620
    Likes Received:
    691
    Uber should really start using our bug fixes...
  3. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    Well it is an ugly hack sorta, because the font size 1 is not the same as the full password field. It's unreadable and save to stream though.

Share This Page