http://bugs.winehq.org/show_bug.cgi?id=14749
--- Comment #8 from Alex Villacís Lasso a_villacis@palosanto.com 2008-08-04 15:29:12 ---
And again about test cases. Not sure if this right, but I think that when nPage>nMax, nPos should be 0. Didn't test it yet, so no guarantees about it.
Tests fail with your patch applied:
[alex@srv64 tests]$ make test ../../../tools/runtest -q -P wine -M riched20.dll -T ../../.. -p riched20_test.exe.so editor.c && touch editor.ok editor.c:2521: Test failed: Vertical scrollbar is invisible, should be visible. editor.c:2535: Test failed: Vertical scrollbar is invisible, should be visible. fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub editor.c:2748: Test failed: Vertical scrollbar is invisible, should be visible. editor.c:2750: Test failed: reported page/range is 33 (0..32) expected all 0 editor.c:2760: Test failed: Vertical scrollbar is invisible, should be visible. editor.c:2762: Test failed: reported page/range is 17 (0..16) expected all 0 ...