http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From mike@codeweavers.com 2006-02-01 21:35 ------- Bernd,
Thanks for the feedback. I'm aware the radio buttons should grey out when disabled, the richedit text selects itself for some reason and that MsiGetMode is not implemented.
To get the right behaviour with the richedit control I tried using the WM_MOUSEMOVE to trigger the DoAction event, but that meant that the mouse must enter the richedit control itself (not just its scrollbar), then settled for WM_VSCROLL, because it's closer to what I want, despite the selection problem.
Anyway, could you please open seperate bugs for each issue you find, and then assign them to me, otherwise this bug will end up as a mixup of many different issues, and I won't know when to close it.
thanks