diff --git a/dashboard-ui/components/directorybrowser/directorybrowser.js b/dashboard-ui/components/directorybrowser/directorybrowser.js index c92e788cc9..62df414672 100644 --- a/dashboard-ui/components/directorybrowser/directorybrowser.js +++ b/dashboard-ui/components/directorybrowser/directorybrowser.js @@ -217,10 +217,7 @@ var dlg = PaperDialogHelper.createDialog({ theme: 'a', - size: 'medium', - - // In (at least) chrome this is causing the text field to not be editable - modal: false + size: 'medium' }); dlg.classList.add('directoryPicker'); diff --git a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js index d3af649c50..ef39f2abd6 100644 --- a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js +++ b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js @@ -197,7 +197,10 @@ var dlg = PaperDialogHelper.createDialog({ size: 'small', - theme: 'a' + theme: 'a', + + // In (at least) chrome this is causing the text field to not be editable + modal: false }); var html = ''; @@ -228,6 +231,7 @@ PaperDialogHelper.close(dlg); }); + paths = []; renderPaths(editorContent); }); diff --git a/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js b/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js index 184e0b3e9b..584fc59e17 100644 --- a/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js +++ b/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js @@ -151,7 +151,10 @@ var dlg = PaperDialogHelper.createDialog({ size: 'small', - theme: 'a' + theme: 'a', + + // In (at least) chrome this is causing the text field to not be editable + modal: false }); var html = ''; diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index 519db49acc..ab752cc6a8 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -4,7 +4,7 @@