[Mono-bugs] [Bug 555780] New: Cursor modified during the MouseDown event of a Panel is not updated until the mouse button is released
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 16 06:08:24 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=555780
Summary: Cursor modified during the MouseDown event of a Panel
is not updated until the mouse button is released
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: stifu at free.fr
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
--- Comment #0 from Thomas Goldstein <stifu at free.fr> 2009-11-16 11:08:22 UTC ---
Created an attachment (id=327669)
Test case
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.9.2b3pre) Gecko/20091115 Namoroka/3.6b3pre
I have an app with a Panel. On the MouseDown event of the Panel, I modify the
current cursor (doing this.Cursor = Cursors.SizeAll;). However, the cursor
isn't actually changed until I release the mouse button.
With .NET, the cursor is instantly updated. Also note that I tried to do the
same thing on the main Form control, and Mono actually updates the cursor
instantly in this case, unlike with a Panel (and most likely other controls).
Reproducible: Always
--
Configure bugmail: http://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