http://bugs.winehq.org/show_bug.cgi?id=8132
--- Comment #8 from Alex Villacís Lasso a_villacis@palosanto.com 2008-05-05 18:45:58 --- Created an attachment (id=12762) --> (http://bugs.winehq.org/attachment.cgi?id=12762) richedit: add (more) tests for URL autodetection on WM_CHAR, make them pass under Wine
This patch adds some NEUT (Nearly Exhausting URL Tests) regarding the behavior of WM_CHAR while inserting text that contains an URL. This adds support for URL with characters around it, like the ones supported via WM_SETTEXT, and also fixes a bug about not deactivating CFE_LINK on an URL that is split with a paragraph break so that each piece by itself is not an URL. Reused functionality created for WM_SETTEXT.
Patch likely to be ignored until after code freeze.