https://bugs.winehq.org/show_bug.cgi?id=35949
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #3 from Alex Henrie alexhenrie24@gmail.com --- For what it's worth, I have determined that with native riched20, WM_MOUSEMOVE triggers EN_LINK, which triggers EM_SETSEL, which is responsible for the white-on-blue appearance of the link. However, I have been entirely unable to determine why EN_LINK triggers EM_SETSEL on native riched20 but not on Wine's riched20. This is not normal behavior for the richedit control, so either there is some option that Wine does not support or Wine is not correctly performing the series of steps that would cause StarEdit to change the selection.