https://bugs.winehq.org/show_bug.cgi?id=39246
Bug ID: 39246 Summary: user32:edit fails in Japanese and Korean locales Product: Wine Version: unspecified Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The following error only happens on the WineTest's Japanese and Korean boxes:
edit.c:1521: Test failed: got 1, 1
More specifically one can see this error on the following boxes: fg-win7u64-1spie9-ja - Japanese locale fg-win7u64-1spie9-ko - Korean locale fg-win7u64-1spie9-mx - Japanese locale as far as this test is concerned newtb-w7u - Japanese locale
This test regression was introduced by the following commit:
commit ba3a6d1f4b9db64c12301d0d83d559dd6f1e83b4 Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Apr 4 21:45:28 2014 +0400
user32: Fix Edit margins calculation for empty client area case.
See: https://test.winehq.org/data/tests/user32:edit.html