[Webkit-unassigned] [Bug 93166] Web Inspector: Select the shortest match in the FilteredItemSelectionDialog
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 6 13:01:19 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93166
--- Comment #7 from johnjbarton <johnjbarton at chromium.org> 2012-08-06 13:01:17 PST ---
One example provided by Jan Keromnes relates to this issue:
Open devtools on (source) devtools, control O then type
extensionA
The only item is:
DevToolsExtensionAPI.js
But it's puzzling to a user who is looking for
ExtensionAPI.js
Two solutions:
1) Only match case on explicit upper case letters.
In the case above we have three hits, ExtensionAPI.js, ExtensionAuditPanel.js and DevtoolsExtensionAPI.js
2) Change the highlighting to only highlight the letters that the user typed, not the regex generated under the covers.
In the case above the highlighting would be
DevToolsExtensionAPI.js
_e_______xtensionA_____
rather than the current
DevToolsExtensionAPI.js
_evToolsExtensionA_____
I think this would direct the users attention to the lower case 'e'.
Not a major issue for me and a separate bug in any case.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list