Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Readme.md: Folder description cropped in mobile view #6310

Open
4 of 8 tasks
schnillerman opened this issue Aug 31, 2024 · 0 comments
Open
4 of 8 tasks

[Bug]: Readme.md: Folder description cropped in mobile view #6310

schnillerman opened this issue Aug 31, 2024 · 0 comments
Labels
1. to develop bug Something isn't working design Experience, interaction, interface, … feature: rich workspaces mobile

Comments

@schnillerman
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

Contents of folder description from Readme.md is cropped in mobile view if show folder description is activated in files app settings.

Steps to reproduce

  1. Open files app in mobile view
  2. Enable show folder description in settings
  3. Open folder containing a Readme.md file
  4. See full width of folder description as expected until page is fully loaded:
    Screenshot_20240831_095556_Firefox
  5. See cropped content of Readme.md once page is fully loaded:
    Screenshot_20240831_095559_Firefox

Expected behavior

Folder description is not cropped on the sides; content preview is visible across its whole width.

Nextcloud Server version

master

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.3

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

Fresh Nextcloud Server install

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "htaccess.RewriteBase": "\/",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "app_install_overwrite": [
            "documentserver_community",
            "gpxmotion",
            "gpxedit",
            "apporder",
            "breezedark",
            "printer",
            "files_markdown",
            "extract",
            "issuetemplate",
            "occweb",
            "files_rightclick"
        ],
        "defaultapp": "files",
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "maintenance_window_start": 3,
        "upgrade.disable-web": true,
        "loglevel": 2,
        "version": "29.0.4.1",
        "dbtype": "mysql",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "192.168.1.11:10311"
        ],
        "allow_local_remote_servers": true,
        "overwrite.cli.url": "https:\/\/redacted",
        "overwriteprotocol": "https",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED",
            "HTTP_FORWARDED_FOR",
            "X-Forwarded-For"
        ],
        "default_language": "de",
        "default_locale": "DE",
        "default_phone_region": "DE",
        "default_timezone": "Europe\/Berlin",
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "tls",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "memories.exiftool": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/exiftool-amd64-glibc",
        "memories.vod.path": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/go-vod-amd64",
        "memories.index.path.blacklist": "\\\/(#[Rr]ecycle|@eaDir|#snapshot|[Ll]ocked)\\\/",
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "memories.db.triggers.fcu": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\Image",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\TIFF",
            "OC\\Preview\\Movie"
        ],
        "onlyoffice": {
            "verify_peer_off": true
        },
        "user_oidc": {
            "auto_provision": true,
            "soft_auto_provision": true,
            "use_pkce": true
        },
        "oidc_login_code_challenge_method": "S256",
        "allow_user_to_change_display_name": true,
        "davstorage.request_timeout": 90,
        "preview_max_x": 2048,
        "preview_max_y": 2048,
        "enforce_theme": "dark"
    }
}

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@schnillerman schnillerman added 0. Needs triage bug Something isn't working labels Aug 31, 2024
@solracsf solracsf added the design Experience, interaction, interface, … label Aug 31, 2024
@susnux susnux transferred this issue from nextcloud/server Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug Something isn't working design Experience, interaction, interface, … feature: rich workspaces mobile
Projects
None yet
Development

No branches or pull requests

4 participants