-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting paths into search box lowercases them, breaking them #3009
Comments
Hi @KyleJu, I would like to work on this issue. Just to clarify, we should only need to modify |
Yup It is likely a frontend issue and webapp/components/test-search.js should be the place |
Hi, I want to check my understanding of the search box. Right now the search box supports two functions:
Side-notes:
|
… case filenames
I ran into this now when trying to search for "enumerateDevices" tests for web-platform-tests/interop#532. The UI keeps changing it to "enumeratedevices" which doesn't find anything. Editing the URL does work though: |
I was trying to search for
shadow-dom/DocumentOrShadowRoot-prototype-elementFromPoint.html or shadow-dom/MouseEvent-prototype-offsetX-offsetY.html
, however in both STP 156 and Chrome 109 this gets lowercased and finds nothing.Oddly, copying the URL gives me the search query before it gets lowercased… and that does manage to find the tests!
The text was updated successfully, but these errors were encountered: