https://bugs.winehq.org/show_bug.cgi?id=37896
Bug ID: 37896 Summary: EM_SETPASSWORDCHAR ineffective when edit control does not have WS_BORDER set Product: Wine Version: 1.7.33 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: winehq-bugzilla@richardpayne.name Distribution: ---
I have two identical edit controls with ES_PASSWORD set via EM_SETPASSWORDCHAR. Identical, that is, apart from 1 having WS_BORDER set and the other not.
The one without WS_BORDER does not conceal its contents as it should when a password char is specified. The one with WS_BORDER set works as expected.