[Bug 8916] COMBOBOX editor stops working

Wine Bugs wine-bugs at winehq.org
Tue Jul 10 23:23:33 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8916


dmitry at codeweavers.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From dmitry at codeweavers.com  2007-10-07 23:23 -------
> SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLong(EditHandle,
> GWL_WNDPROC));

The bug is in the above line of code, GetWindowLong(EditHandle, GWL_WNDPROC)
should be GetWindowLongW(EditHandle, GWL_WNDPROC). Yes, this somehow works
under Windows, we have a bug report for this already. What is more important
we already have a test case for this "functionality".

Marking as duplicate.

*** This bug has been marked as a duplicate of 7512 ***

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list