[Mono-bugs] [Bug 426168] New: ListControls don't update on 'Format' properties change
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Sep 14 14:18:50 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=426168
Summary: ListControls don't update on 'Format' properties change
Product: Mono: Class Libraries
Version: 2.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=239446)
--> (https://bugzilla.novell.com/attachment.cgi?id=239446)
Repro -- ListControlFormatRefreshes.cs
ListBox and ComboBox each inherit from ListControl. When their FormatInfo,
FormatString, FormattingEnabled properties are changed the display doesn't
update. On forced repaint the changes are seen.
Repro attached. On changing any of the three properties the display should
immediately update. Currently on Mono the change is only seen when one forces
repaint e.g. by clicking on an item.
On each change:
* ListBox -- All (visible) items should refresh.
* ComboBox DropDownList mode --
If there's an item in the 'textbox' (ie selection made previously), it should
refresh.
(The items in the drop-down are always refreshed at open).
* ComboBox DropDown mode --
If there's an item in the 'textbox' (ie selection made previously and no typing
subsequently), it should refresh.
(ditto).
* ComboBox Simple mode -- All (visible) items should refresh.
--
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