[Mono-bugs] [Bug 349926] RichTextBox: IOORE with urls

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 20 06:42:28 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=349926

User luke.a.page at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349926#c1





--- Comment #1 from Luke Page <luke.a.page at gmail.com>  2007-12-20 04:42:27 MST ---
Created an attachment (id=188387)
 --> (https://bugzilla.novell.com/attachment.cgi?id=188387)
Patch To Fix Problem

This issue occurs when the CaretTag property isn't correctly kept up-to-date.
When you type text we expect the tag the caret is on to not change - however
when we were finding the tag to insert the text in to we were finding the next
tag e.g.

[Line Tag 1] Caret [Line Tag 2]

finding tag 2 instead of tag 1.

It makes sense as well because if your in a bold style and continue typing then
you wouldn't expect to suddenly loose bold.

In 20 minutes of trying to break the editor again, I got the same symptom once,
but couldn't reproduce the cause.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list