[Mono-bugs] [Bug 694274] New: Cursor left in RichTextBox when focus removed
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue May 17 08:35:35 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=694274
https://bugzilla.novell.com/show_bug.cgi?id=694274#c0
Summary: Cursor left in RichTextBox when focus removed
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: campbell at adrift.org.uk
QAContact: mono-bugs at lists.ximian.com
Found By: Development
Blocker: ---
Description of Problem:
If you take the focus away from a RichTextBox, the cursor should disappear. In
Mono, the cursor is left.
Steps to reproduce the problem:
1. Add a RichTextBox and a Button to a form
2. Add the following code:
Private Sub RichTextBox1_GotFocus(sender As Object, e As System.EventArgs)
Handles RichTextBox1.GotFocus
Button1.Focus()
End Sub
Actual Results:
In Mono, the RichTextBox displays the cursor position.
Expected Results:
In .Net, the RichTextBox does not.
How often does this happen?
Every time
Additional Information:
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list