http://bugs.winehq.org/show_bug.cgi?id=11962
Summary: regedit highlights the wrong item when searching Product: Wine Version: 0.9.57. Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
In regedit, go to HKCU\Software\Wine\Fonts\External Fonts
press F3 and search for tahoma - you may notice the wrong font getting highlighted as the search result.
In the listview, the registry entries are ordered by the "Name" column in the following way: A-Za-z. I have about 200 fonts and Tahoma is in the 125th position.
The code to do the search is in match_item() in wine/programs/regedit/treeview.c. Adding a debug trace shows it's enumerating the fonts by the way they are ordered in the registry. As such, match_item returns 160 and the wrong item gets highlighted.