[Mono-bugs] [Bug 475542] New: TreeView / TreeNode is not repainted when TreeNode.Text changes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 13 04:03:04 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=475542
Summary: TreeView / TreeNode is not repainted when
TreeNode.Text changes
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.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: ---
Created an attachment (id=272557)
--> (https://bugzilla.novell.com/attachment.cgi?id=272557)
Testcase (sources + binaries)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US;
rv:1.9.1b3pre) Gecko/20090212 Shiretoko/3.1b3pre
See testcase.
We have a TreeView with 3 Nodes, all with the Text "OFF". On the right, a
"Toggle" button that changes the text of the selected Node to "ON" (and vice
versa).
Reproducible: Always
Steps to Reproduce:
Select one of the Nodes on the left, then click the Toggle button on the right.
Actual Results:
The Text of the selected Node doesn't change until you go and select a Node in
the TreeView.
Expected Results:
The Text of the selected Node changes ("OFF" -> "ON") right after clicking the
Toggle button. (Ie: changing the Text should trigger a repaint)
--
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