http://bugs.winehq.org/show_bug.cgi?id=6985
cjstimpson@utwire.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED
------- Additional Comments From cjstimpson@utwire.net 2007-02-01 23:00 ------- An Update: Paf creates a combo (not comboex), which creates a sub edit/list. Afterwards, Paf creates a richedit20 with the parent of the combo, so it goes on top of the previous edit. So there's some interaction going on between those windows.
And oddly, the first edit control's parent was changed to the parent of the combo, but no SetParent() call did that.
Which might explain why some EN_CHANGE notifications don't get filtered out by the code in combo.c.