[Mono-bugs] [Bug 402704] New: PropertyGrid: edit only taken on second and later times

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 23 06:18:28 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=402704


           Summary: PropertyGrid: edit only taken on second and later times
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: contact at i-nz.net
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=223684)
 --> (https://bugzilla.novell.com/attachment.cgi?id=223684)
Repro code

When entering text into a cell in PropertyGrid, when one clicks away -- e.g. in
another cell -- the edit the previous cell _is_ confirmed.  However, the very
first time this is done in a new PropertyGrid the edit is discarded.

Repro

Expected behaviour:
1. PropGridObjManyXXX.cs attached.
Starts in the FooInt32 cell with value 0.
2. Click the cell and type in a number (e.g. ends "0123")
3. Click in the cell above.
Expect: Edited cell now has value 123.


In SVN head (r106357) I see
1. Start app
2. Do text entry
3. Click off
_No_ change to edited cell.
4. Do text entry (in same or another cell).
5. Click off
Value _is_ updated
6. Repeat
>From then on every edit is actioned.  Only the very first is ignored.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list