diff --git a/apps/music/js/music.js b/apps/music/js/music.js index 9f8bc6b408cd..59df9c2d0cb1 100644 --- a/apps/music/js/music.js +++ b/apps/music/js/music.js @@ -90,6 +90,8 @@ var App = (function() { } function showOverlay(id) { + // Blurring the active element to dismiss the keyboard. + document.activeElement.blur(); // // If id is null then hide the overlay. Otherwise, look up the localized // text for the specified id and display the overlay with that text.