[BUG] Menu icon is still displayed for externals accessing shares, and Logo sits on top of it #193

Closed
opened 2022-12-13 14:48:11 +01:00 by rcrozier · 3 comments

Issue

Environment

  • Custom menu version:
  • Nextcloud version: 25.0.2
  • PHP version: 7.4.33
  • Web server: Apache2
  • Web browser and version: Firefox 107.0.1
{
    "add-logo-link": "1",
    "always-displayed": "0",
    "apps-categories-custom": "[]",
    "background-color": "#1a3c34",
    "background-color-opacity": "100",
    "background-color-to": "#1a3c34",
    "big-menu": "1",
    "big-menu-hidden-apps": "[]",
    "categories-custom": "[]",
    "categories-order": "[\"other\",\"customization\",\"dashboard\",\"external_links\",\"files\",\"workflow\",\"games\",\"integration\",\"monitoring\",\"multimedia\",\"office\",\"organization\",\"search\",\"security\",\"social\",\"tools\"]",
    "categories-order-type": "default",
    "current-app-background-color": "#1a3c34",
    "dark-mode-background-color": "#034e16",
    "dark-mode-background-color-opacity": "100",
    "dark-mode-background-color-to": "#034e16",
    "dark-mode-current-app-background-color": "#034413",
    "dark-mode-icon-invert-filter": "0",
    "dark-mode-icon-opacity": "100",
    "dark-mode-loader-color": "#ffffff",
    "dark-mode-opener": "side-menu-opener",
    "dark-mode-text-color": "#ffffff",
    "default-enabled": "1",
    "display-logo": "1",
    "enabled": "yes",
    "force": "0",
    "hide-when-no-apps": "0",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "3.4.1",
    "loader-color": "#1a3c34",
    "loader-enabled": "1",
    "opener": "side-menu-opener",
    "opener-hover": "0",
    "opener-only": "0",
    "opener-position": "before",
    "show-settings": "0",
    "side-with-categories": "0",
    "size-icon": "normal",
    "size-text": "normal",
    "target-blank-apps": "[]",
    "text-color": "#ffffff",
    "top-menu-apps": "[]",
    "top-side-menu-apps": "[]",
    "types": "",
    "use-avatar": "0"
}

Steps to reproduce

  1. Create a link to share a directory

  2. open private browsing window

  3. navigate to link

Observed Results

See the attached screenshot, showing the custom menu icon in the corner.

Expected Results

There should be no menu icon

## Issue ### Environment * Custom menu version: * Nextcloud version: 25.0.2 * PHP version: 7.4.33 * Web server: Apache2 * Web browser and version: Firefox 107.0.1 ``` { "add-logo-link": "1", "always-displayed": "0", "apps-categories-custom": "[]", "background-color": "#1a3c34", "background-color-opacity": "100", "background-color-to": "#1a3c34", "big-menu": "1", "big-menu-hidden-apps": "[]", "categories-custom": "[]", "categories-order": "[\"other\",\"customization\",\"dashboard\",\"external_links\",\"files\",\"workflow\",\"games\",\"integration\",\"monitoring\",\"multimedia\",\"office\",\"organization\",\"search\",\"security\",\"social\",\"tools\"]", "categories-order-type": "default", "current-app-background-color": "#1a3c34", "dark-mode-background-color": "#034e16", "dark-mode-background-color-opacity": "100", "dark-mode-background-color-to": "#034e16", "dark-mode-current-app-background-color": "#034413", "dark-mode-icon-invert-filter": "0", "dark-mode-icon-opacity": "100", "dark-mode-loader-color": "#ffffff", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": "1", "display-logo": "1", "enabled": "yes", "force": "0", "hide-when-no-apps": "0", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "3.4.1", "loader-color": "#1a3c34", "loader-enabled": "1", "opener": "side-menu-opener", "opener-hover": "0", "opener-only": "0", "opener-position": "before", "show-settings": "0", "side-with-categories": "0", "size-icon": "normal", "size-text": "normal", "target-blank-apps": "[]", "text-color": "#ffffff", "top-menu-apps": "[]", "top-side-menu-apps": "[]", "types": "", "use-avatar": "0" } ``` ### Steps to reproduce 1. Create a link to share a directory 2. open private browsing window 3. navigate to link ### Observed Results See the attached screenshot, showing the custom menu icon in the corner. ### Expected Results There should be no menu icon
rcrozier added the
bug
label 2022-12-13 14:48:11 +01:00
Owner

Set "Yes" for "Do not display the side menu and the opener if there is no application (eg: public pages)." should fix this.

Set "Yes" for "Do not display the side menu and the opener if there is no application (eg: public pages)." should fix this.
Author

Ahh, thanks, I will do that, sorry for the noise.

Ahh, thanks, I will do that, sorry for the noise.
Owner

No problem :) Feel free to reopen the issue if it does not work.

No problem :) Feel free to reopen the issue if it does not work.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#193
No description provided.