diff --git a/dashboard-ui/components/directorybrowser/directorybrowser.js b/dashboard-ui/components/directorybrowser/directorybrowser.js index c92e788cc..62df41467 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 d3af649c5..ef39f2abd 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 184e0b3e9..584fc59e1 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 519db49ac..ab752cc6a 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 c9459515d..acdce7df7 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 cf57e8c16..6cce92f67 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 68002782a..f57d06b66 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 a13b725f3..3ba841e90 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 922ac7f07..58a270895 100644 --- a/dashboard-ui/wizardsettings.html +++ b/dashboard-ui/wizardsettings.html @@ -4,7 +4,7 @@ Emby -
+