bugs 9062,9325

Martin Vanek vanek at vsoft.sk
Fri Aug 17 08:39:55 CDT 2007


I have posted some minor bugs in combobox a week ago (ID=9062, with a source text example and pictures documenting what's wrong).

BUG ID=9062: file: dlls/user32/combo.c
- The listbox rectangle in combobox does not keep the height declared in the resource file. There is maximum of 5 lines.
- It is not possible to change listbox rectangle width. The value in message CB_SETDROPPEDWIDTH is accepted but the rectangle is not recalculated.

BUG ID=9325: file: dlls/user32/edit.c
If the Slovak keyboard layout is activated, the Delete key does not function. It is misinterpreted for 'comma'. There must be a bug outside of edit.c, virtual key code VK_DELETE has the same value as comma character, 0x2E.
The patch contains only a temporary fix.

Best regards,

Martin Vanek, Bratislava, Slovakia

P.S. Forget a previous email of me. In the meantime I have learned to use GIT.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-the-listbox-rectangle-width-CB_SETDROPPEDWIDTH.patch
Type: application/octet-stream
Size: 1867 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070817/253c374c/0001-Fix-the-listbox-rectangle-width-CB_SETDROPPEDWIDTH.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Workaround-the-Delete-key-problem-Slovak-keyboard.patch
Type: application/octet-stream
Size: 940 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070817/253c374c/0002-Workaround-the-Delete-key-problem-Slovak-keyboard.obj


More information about the wine-patches mailing list