[Mono-bugs] [Bug 393020] New: ListView: keyboard item search not reset on new items
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 21 05:58:32 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: andyhume32 at yahoo.co.uk
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list