planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
26 stars 15 forks source link

filtering of process by keyword does not always work in IE9 #178

Closed bartvde closed 9 years ago

bartvde commented 9 years ago

but not sure how to reproduce it

bartvde commented 9 years ago

it seems after pressing clear it doesn't work anymore, also the clear button does not reappear

bartvde commented 9 years ago

it seems to be caused by:

  $("#palette-search-input").on("focus",function() {
    $("body").one("mousedown",function() {
      $("#palette-search-input").blur();
    });
  });