-
f1301ced
by Charlotte Pabst at 2024-10-09T12:43:45+02:00
riched20/tests: Test that ScrollWindowEx and GetClientRect are only called when control is in-place active.
-
dafaadcb
by Charlotte Pabst at 2024-10-09T12:43:45+02:00
riched20: Exit from editor_ensure_visible when control is not in-place active.
According to microsoft documentation, ScrollWindowEx, SetScrollPos and SetScrollRange may only
be called while the control is in-place active.
This fixes a segmentation fault in an application.
-
e61db557
by Charlotte Pabst at 2024-10-09T12:43:47+02:00
riched20: Only call ME_SendRequestResize when control is in-place active.
Prevent GetClientRect from being called when not in-place active.