[Bug 59785] New: Edit control's text alignment is frozen at runtime.
http://bugs.winehq.org/show_bug.cgi?id=59785 Bug ID: 59785 Summary: Edit control's text alignment is frozen at runtime. Product: Wine Version: 11.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@list.winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: --- The edit control's text alignment (ES_CENTER, ES_RIGHT, ES_LEFT)) can't be changed at runtime like in Windows. Guilty function is EDIT_WM_StyleChanged where style_change_mask = ES_UPPERCASE | ES_LOWERCASE | ES_NUMBER; should be changed by style_change_mask = ES_UPPERCASE | ES_LOWERCASE | ES_NUMBER | ES_LEFT | ES_RIGHT | ES_CENTER; Test application available here https://jira.reactos.org/browse/CORE-20631 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59785 KRosUser <kyle.kcsoftwares@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://jira.reactos.org/br | |owse/CORE-20631 Distribution|--- |Ubuntu Keywords| |download -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59785 --- Comment #1 from KRosUser <kyle.kcsoftwares@gmail.com> --- See also this mention in tests https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/comctl32/tests/edit.c... /* FIXME: not implemented ES_CENTER | ES_RIGHT | ES_OEMCONVERT | */ -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59785 --- Comment #2 from KRosUser <kyle.kcsoftwares@gmail.com> --- See https://github.com/reactos/reactos/commit/19b19ec305637be14f8e42e32b073268cb... -- 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.
participants (1)
-
WineHQ Bugzilla