http://bugs.winehq.org/show_bug.cgi?id=20570
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2011-08-20 21:41:24 CDT --- I can confirm this problem in 1.3.26. The SendMessage always return CB_ERROR (as it's possible to see in the source code from previous comment) although it sets the value droppedWidth correctly.
The main problem is that the bounding box is calculated when the object is created and then no more updates are made. Even if new items are added. On Windows the droppedWidth value is used correctly after changed.
I'm building some test cases and cross testing on windows.