http://bugs.winehq.org/show_bug.cgi?id=4458 tkho(a)ucla.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkho(a)ucla.edu ------- Additional Comments From tkho(a)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. -- 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.