adobe / brackets-edge-web-fonts

Edge Web Fonts extension for Brackets. Simply unzip and drop into your Brackets extension folder to browse and include Edge Web Fonts.
http://html.adobe.com/edge/webfonts/
MIT License
50 stars 20 forks source link

Improve search results for the empty query #120

Closed iwehrman closed 11 years ago

iwehrman commented 11 years ago

There is a bug/feature in the EWF search dialog in which the empty search query will return no results. This was actually done intentionally by @joelrbrandt to work around a Chrome bug that can cause a crash if too many file descriptors are opened at once. This can happen if we try to show result tiles for all the fonts at once, which is what one might otherwise wish to do in this case. The recent change that focused the search dialog box by default exacerbated this problem for complicated reasons that I won't go into here.

ANYWAY, this pull request changes the way search results are returned for the empty query. It now shows just those results that match the chosen font classification as indicated by the selected button on the left side. (This is also how the search results have historically been initialized.)

couzteau commented 11 years ago

Looking good merging