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 @@ ${TitleMediaLibrary} -
+
diff --git a/dashboard-ui/librarypathmapping.html b/dashboard-ui/librarypathmapping.html index c9459515d5..acdce7df77 100644 --- a/dashboard-ui/librarypathmapping.html +++ b/dashboard-ui/librarypathmapping.html @@ -4,7 +4,7 @@ ${TitleMediaLibrary} -
+
diff --git a/dashboard-ui/librarysettings.html b/dashboard-ui/librarysettings.html index cf57e8c16d..6cce92f67f 100644 --- a/dashboard-ui/librarysettings.html +++ b/dashboard-ui/librarysettings.html @@ -4,7 +4,7 @@ ${TitleMediaLibrary} -
+
diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 68002782a8..f57d06b66d 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1035,7 +1035,7 @@ var Dashboard = { name: Globalize.translate('TabLibrary'), divider: true, href: "library.html", - selected: page.classList.contains("mediaLibraryPage"), + selected: page.classList.contains("librarySectionPage"), icon: 'video-library' }, { name: Globalize.translate('TabMetadata'), diff --git a/dashboard-ui/wizardservice.html b/dashboard-ui/wizardservice.html index a13b725f3d..3ba841e907 100644 --- a/dashboard-ui/wizardservice.html +++ b/dashboard-ui/wizardservice.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/wizardsettings.html b/dashboard-ui/wizardsettings.html index 922ac7f078..58a270895d 100644 --- a/dashboard-ui/wizardsettings.html +++ b/dashboard-ui/wizardsettings.html @@ -4,7 +4,7 @@ Emby -
+