• Alex Villacís Lasso's avatar
    richedit: Tests for visibility behavior of richedit scrollbars, with todo_wine. · 86e9e072
    Alex Villacís Lasso authored
    Some applications have never heard of ES_DISABLENOSCROLL and attempt
    to force scrollbars to be always shown (with ShowScrollBar() or
    similar) when otherwise richedit would hide them. If richedit attempts
    to wrestle control back, a recursive loop of requests can result if
    app overrides WM_SIZE behavior. Apparently native never reads the
    scrollbar state, and operates from some sort of internal state, so
    that scrollbars can be modified externally without native trying to
    wrestle back control. This is confirmed by attached tests. An
    exception: EM_SCROLL will restore visibility to a scrollbar that was
    forcibly hidden.
    86e9e072
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...