From e0814c6be28b88ef9689d920cabe405a482af7d8 Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 26 Sep 2024 10:07:05 +0200 Subject: [PATCH] fix not working navigation in filemanager mobile: using et2-vfs-path not et2-vfs-name not allowing / --- filemanager/templates/mobile/app.css | 5 +++-- filemanager/templates/mobile/app.less | 10 ++++++++-- filemanager/templates/mobile/index.xet | 10 +++++----- pixelegg/js/fw_mobile.js | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index 435796b724..d353210a36 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -67,15 +67,16 @@ } #filemanager-index_nm .nextmatch_header .filemanager_navigation { height: auto; + width: 100%; } - #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_path { + #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_nm_path { height: 50px; width: calc(100% - 90px); display: inline-block; border: none; background: white; } - #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_path:focus { + #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_nm_path:focus { outline: none; } #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_up { diff --git a/filemanager/templates/mobile/app.less b/filemanager/templates/mobile/app.less index 3ffe256d35..e38bb9c644 100644 --- a/filemanager/templates/mobile/app.less +++ b/filemanager/templates/mobile/app.less @@ -65,7 +65,8 @@ .nextmatch_header_row {padding-bottom:0px;} .filemanager_navigation { height: auto; - #filemanager-index_path { + width: 100%; + #filemanager-index_nm_path { height:50px; width:~"calc(100% - 90px)"; display: inline-block; @@ -73,7 +74,12 @@ &:focus {outline: none;} background: white; } - #filemanager-index_up {width:24px;height: 100%;margin-left:22px;margin-right:22px;} + #filemanager-index_up { + width:24px; + height: 100%; + margin-left:22px; + margin-right:22px; + } } div.filtersContainer {margin-top:0px;border-bottom: 1px solid silver;} #filemanager-index_new_wrapper { diff --git a/filemanager/templates/mobile/index.xet b/filemanager/templates/mobile/index.xet index 763d7a9eee..0269637437 100644 --- a/filemanager/templates/mobile/index.xet +++ b/filemanager/templates/mobile/index.xet @@ -18,12 +18,12 @@ - + - + @@ -46,10 +46,10 @@