• Zhiyi Zhang's avatar
    user32/edit: Don't use WM_TIMER to update caret position. · 8ee23728
    Zhiyi Zhang authored
    An application subclasses edit control and crashes on unexpected WM_TIMER messages. A timer was
    added a long time ago and it was for auto scrolling the view when the cursor is outside of the
    client area. However, with a EDIT_EM_ScrollCaret() call in EDIT_WM_MouseMove(), the view can be
    scrolled to the correct position automatically. So the timer is not necessary at all. This is tested
    manually with a long text in the edit control with notepad on XP, Win7 and Win10. Before this patch,
    the caret will move backwards every 100ms when the clicking the left mouse button on the bottom of
    the text and then dragging the cursor upwards and outside of the client area. After this, the
    behavior is the same as native.
    8ee23728
Name
Last commit
Last update
..
resources Loading commit data...
tests Loading commit data...
Makefile.in Loading commit data...
button.c Loading commit data...
class.c Loading commit data...
clipboard.c Loading commit data...
combo.c Loading commit data...
controls.h Loading commit data...
cursoricon.c Loading commit data...
dde_client.c Loading commit data...
dde_misc.c Loading commit data...
dde_private.h Loading commit data...
dde_server.c Loading commit data...
defdlg.c Loading commit data...
defwnd.c Loading commit data...
desktop.c Loading commit data...
dialog.c Loading commit data...
edit.c Loading commit data...
exticon.c Loading commit data...
hook.c Loading commit data...
icontitle.c Loading commit data...
input.c Loading commit data...
listbox.c Loading commit data...
lstr.c Loading commit data...
mdi.c Loading commit data...
menu.c Loading commit data...
message.c Loading commit data...
misc.c Loading commit data...
msgbox.c Loading commit data...
nonclient.c Loading commit data...
property.c Loading commit data...
resource.c Loading commit data...
resources.h Loading commit data...
scroll.c Loading commit data...
static.c Loading commit data...
sysparams.c Loading commit data...
text.c Loading commit data...
uitools.c Loading commit data...
user32.rc Loading commit data...
user32.spec Loading commit data...
user_main.c Loading commit data...
user_private.h Loading commit data...
win.c Loading commit data...
winhelp.c Loading commit data...
winproc.c Loading commit data...
winstation.c Loading commit data...
wsprintf.c Loading commit data...