[Bug 8132] Hyperlink rendering not turned off if link is at end of line

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 6 16:00:23 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=8132





--- Comment #13 from Alex Villacís Lasso <a_villacis at palosanto.com>  2008-05-06 16:00:22 ---
(In reply to comment #12)
> 
> In other words, the patches have made no difference for me.
> 

Hmm. The patches certainly fixed the problems revealed by the tests, and also
fixed the issue in Blitzin 2.34 (at least for me). It would be somewhat
strange, although not entirely impossible, that the two versions use different
methods of entering text, so that it is fixed in one version, but not on the
other.

The remaining functions I have yet to test for auto-URL detection are
EM_STREAMIN  (in both plaintext and RTF modes) and the IME composition
functions. But I think it is more likely that you still have an older builtin
richedit that is getting picked instead of the one fixed by the patches.

Each patch that fixed a bit of the url detection came with a test. Could you
please run the tests and verify whether they pass? They should. The tests
currently available are WM_SETTEXT (patch 0003), WM_CHAR (patch 0004),
EM_SETTEXTEX (patch 0006) and EM_REPLACESEL (patch 0007). All of them are
contained in the proc test_EM_AUTOURLDETECT() in dlls/riched20/tests/editor.c .
Could you please double-check that builtin richedit was properly updated?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list