Description
reactos-bootcd-0.4.15-dev-7434-g8b5c5fb-x86-gcc-lin-dbg
- Double click on a word in a comctl32 / text (or a combo box such as in Start > Run dialog)
- Full word gets selected then selection gets immediately limited to the current cursor position (eg : looks like caret/selection got moved on EDIT_WM_MouseMove affecting selection set on EDIT_WM_LButtonDblClk and a consequence of CORE-8394)
- Maybe related to
CORE-19422(but different cause / effects) - Wine is not affected (Wine 8.0.2 / Ubuntu) as the root cause are extra WM_MOUSEMOVE message, specific to ReactOS as per CORE-8394
Related to CORE-19425
Attachments
Issue Links
- relates to
-
CORE-8394 Extra WM_MOUSEMOVE messages erroneously sent during WM_L/R/MBUTTONDOWN & co. messages
- Open
-
CORE-19422 comctl32 / ComboEx - Wrong initial selection on first focus
- Resolved