[Mono-bugs] [Bug 358593] New: PropertyGrid: the selected item is	not refreshed
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Mon Feb  4 11:52:24 EST 2008
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=358593
           Summary: PropertyGrid: the selected item is not refreshed
           Product: Mono: Class Libraries
           Version: SVN
          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: ---
When a property is selected in PropertyGrid, and update to that value is not
reflected on refresh, if a property is not selected then the update is seen.
Repro program attached.  A PropertyGrid which shows an integer property
(amongst others), it also has a button to increment the field.  When the field
is incremented and the view refreshed the property's display is updated inline.
 However if the current selection is that property then on refresh it does NOT
update.
In steps:
1. Compile and run sample, note value of FooInt32 property is zero.
2. Click the <Add 10 to FooInt32> button
3. Hit refresh, and see value has updated (e.g. to 10).
4. Click on that property (FooInt32).
5. Click the <Add 10 to FooInt32> button
6. Hit refresh, and see NO change.
7. Select a different property.
8. See value has updated (e.g. to 20) [even without manual 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