searchisko / search.jboss.org-ui

Web UI for search.jboss.org
Apache License 2.0
5 stars 4 forks source link

Empty search field flow not well defined #82

Closed lukas-vlcek closed 10 years ago

lukas-vlcek commented 10 years ago

When the main search field is empty and ENTER key is hit then the web application flow is not well defined. The problem is that we do not fire any query (thus events are not fired) and we only clear the search results area. Generally speaking we need to make sure this state is well defined and does not break functionality that depends on internal events being fired.