tales / tales-client

Moved to https://gitlab.com/tales/tales-client
http://www.manasource.org/
GNU General Public License v2.0
13 stars 5 forks source link

Password shows `9` instead of dot #34

Closed Ablu closed 9 years ago

Ablu commented 9 years ago

In the past typing into the password field gave you dots representing characters of the password.

In my recent android builds it somehow started to become a 9 (tested on Nexus 7 and Moto G2).

Ablu commented 9 years ago

Somehow the 5.4.1 is not affected... So either this is an issue in Qt 5.5 or in the way I build qt...

bjorn commented 9 years ago

Yeah, I noticed this too. Probably an encoding issue, though it may be on the Qt side... Maybe something to report.

Ablu commented 9 years ago

If I remove line app.setFont(QFont("DejaVu Serif")); from main.cpp. So it seems to be a font issue?

Ablu commented 9 years ago

Ah. Forget last comment. I made a bad test...

Ablu commented 9 years ago

Filed https://bugreports.qt.io/browse/QTBUG-45169.

bjorn commented 9 years ago

Seems like a good idea, let's see what they say.

Ablu commented 9 years ago

This seems to be fixed in one of the recent automatic builds. @bjorn can you confirm this?

bjorn commented 9 years ago

Yes, this problem is no more on my S3. Did you upgrade the Qt version? Bug you reported still marked as Unresolved...

Ablu commented 9 years ago

It automatically builds at once a week and uses that for the play store build. So it tracks git. Will close the bugreport then.