http://bugs.winehq.org/show_bug.cgi?id=37896 --- Comment #17 from Janne <janne.kekkonen@gmail.com> --- Created attachment 81602 --> http://bugs.winehq.org/attachment.cgi?id=81602 test application screenshots Hello, Following up on the comments, I put together a small test application. The test application has four Edit controls: two are single-line and two are multiline. The password mask is set using the EM_SETPASSWORDCHAR message. I tested the application on Windows 2000, XP, and 11, as well as Wine: On Windows 2000 & XP: Edit controls with ES_MULTILINE show plain text instead of asterisks (*). On Windows 11: All edit controls display asterisks (*). On Wine 11.13: Tested in a 32-bit prefix configured as Win2k, WinXP, and Win11. In all configurations, every edit control showed asterisks (*). It appears Wine's implementation differs from native Windows, at least on 2000 and XP. Please see the attached picture. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.