Title: [255813] trunk/Tools
- Revision
- 255813
- Author
- [email protected]
- Date
- 2020-02-05 08:23:13 -0800 (Wed, 05 Feb 2020)
Log Message
results.webkit.org should disable auto-capitalize over the search field
https://bugs.webkit.org/show_bug.cgi?id=207240
<rdar://problem/59053042>
Rubber-stamped by Aakash Jain.
* resultsdbpy/resultsdbpy/view/static/js/search.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (255812 => 255813)
--- trunk/Tools/ChangeLog 2020-02-05 15:59:26 UTC (rev 255812)
+++ trunk/Tools/ChangeLog 2020-02-05 16:23:13 UTC (rev 255813)
@@ -1,3 +1,13 @@
+2020-02-05 Jonathan Bedard <[email protected]>
+
+ results.webkit.org should disable auto-capitalize over the search field
+ https://bugs.webkit.org/show_bug.cgi?id=207240
+ <rdar://problem/59053042>
+
+ Rubber-stamped by Aakash Jain.
+
+ * resultsdbpy/resultsdbpy/view/static/js/search.js:
+
2020-02-01 Darin Adler <[email protected]>
Replace RGBA32 typedef with a class to improve type safety
Modified: trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/search.js (255812 => 255813)
--- trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/search.js 2020-02-05 15:59:26 UTC (rev 255812)
+++ trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/search.js 2020-02-05 16:23:13 UTC (rev 255813)
@@ -250,7 +250,7 @@
});
return `<div class="input">
- <input type="text" ref="${inputRef}" autocomplete="off" required/>
+ <input type="text" ref="${inputRef}" autocomplete="off" autocapitalize="none" required/>
<label>Search test</label>
</div>
<ul class="search-candidates" ref="${candidatesRef}" style="display: none;"></ul>`;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes