http://bugs.winehq.org/show_bug.cgi?id=4458
tkho@ucla.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tkho@ucla.edu
------- Additional Comments From tkho@ucla.edu 2006-14-02 17:13 ------- I believe the problem is that Wizmo uses rich edit 1.0 (in riched32), which has a different effect for EM_SETSEL.
We're seeing this because Wine's rich edit 1.0 is a wrapper around rich edit 2.0+. The specific problem is that when you select text via EM_SETSEL, rich edit 1.0 *does not* move the caret into view, while rich edit 2.0 *does* move the caret into view.
I think this explains both the "caret at the bottom" problem and the "scroll back" problem. I'll look into fixing this.