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


           Summary: ListView: keyboard item search not reset on new items
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


The 'select item by typing the first letters of its name' works great except
for this scenario.

Seen in OpenFileDialog.
1. Open /, 
2. Type u,s,r,<Return>
That selects the "usr" folder and changes to it.
3. _Quickly_ thereafter type b,i,n.
Should see the "bin" folder highlighted.
However no action occurs.


A workaround is to wait for more than a second after the change of folder, or
hits the up or down arrow which resets the search.  Then the typing of "bin"
works as expected.

So ListView should clear its keyboard search buffer on any change of items. 
For instance in this case it presumably does items.Clear, followed by adding
the new folder items.


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to