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

Not all letters are shown while adding a new card #6493

Open
42ske opened this issue Nov 12, 2024 · 1 comment
Open

Not all letters are shown while adding a new card #6493

42ske opened this issue Nov 12, 2024 · 1 comment

Comments

@42ske
Copy link

42ske commented Nov 12, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Describe the bug
Adding a new card with a description longer than the given field is a bit complicated, because of last letter(s) are hidden. It's like the arrow hides the last letter(s).

To Reproduce
Steps to reproduce the behavior:

  1. Go to a Board.
  2. Click on 'Add Card'
  3. Fill in a description longer than the field.
  4. See error

Expected behavior
Every letters should be shown.

Screenshots
If applicable, add screenshots to help explain your problem.

Client details:

  • macOS 15.1.
  • Firefox 132.0.2
  • Nextcloud 30.0.2
  • MacBook
Server details

Operating system: Linux 5.14.0-427.42.1.el9_4.x86_64 x86_64

Web server: Intel Xeon Processor (Cascadelake) (2 threads)

Database: Mysql 10.5.22

PHP version: 8.3.13

Nextcloud version: 30.0.2

Where did you install Nextcloud from: ?

Signing status:

No errors have been found.

List of activated apps:

  - activity: 3.0.0
  - admin_audit: 1.20.0
  - analytics: 5.0.1
  - app_api: 4.0.0
  - approval: 2.0.0
  - auto_groups: 1.6.0
  - bruteforcesettings: 3.0.0
  - calendar: 5.0.1
  - calendar_resource_management: 0.8.0
  - call_summary_bot: 2.0.0
  - cfg_share_links: 6.1.1
  - circles: 30.0.0
  - cloud_federation_api: 1.13.0
  - collectives: 2.15.0
  - contacts: 6.1.0
  - dashboard: 7.10.0
  - dav: 1.31.1
  - deck: 1.14.2
  - emlviewer: 1.0.11
  - external: 5.5.2
  - federatedfilesharing: 1.20.0
  - federation: 1.20.0
  - files: 2.2.0
  - files_antivirus: 5.6.0
  - files_automatedtagging: 1.20.0
  - files_downloadlimit: 3.0.0
  - files_linkeditor: 1.1.21
  - files_lock: 30.0.0
  - files_pdfviewer: 3.0.0
  - files_reminders: 1.3.0
  - files_sharing: 1.22.0
  - files_trashbin: 1.20.1
  - files_versions: 1.23.0
  - files_zip: 2.1.0
  - firstrunwizard: 3.0.0
  - flow_notifications: 1.10.0
  - forms: 4.3.3
  - groupfolders: 18.0.4
  - impersonate: 1.17.0
  - integration_openstreetmap: 2.0.1
  - logreader: 3.0.0
  - lookup_server_connector: 1.18.0
  - mail: 4.0.2
  - nextcloud_announcements: 2.0.0
  - notifications: 3.0.0
  - oauth2: 1.18.1
  - password_policy: 2.0.0
  - photos: 3.0.2
  - polls: 7.2.4
  - privacy: 2.0.0
  - provisioning_api: 1.20.0
  - quickaccesssorting: 3.0.0
  - recommendations: 3.0.0
  - related_resources: 1.5.0
  - richdocuments: 8.5.2
  - serverinfo: 2.0.0
  - settings: 1.13.0
  - sharebymail: 1.20.0
  - side_menu: 4.0.1
  - sketch_picker: 2.0.0
  - spreed: 20.0.2
  - support: 2.0.0
  - survey_client: 2.0.0
  - suspicious_login: 8.0.0
  - systemtags: 1.20.0
  - tables: 0.8.1
  - tasks: 0.16.1
  - text: 4.1.0
  - theming: 2.5.0
  - twofactor_admin: 4.7.1
  - twofactor_backupcodes: 1.19.0
  - twofactor_nextcloud_notification: 4.0.0
  - twofactor_totp: 12.0.0-dev
  - updatenotification: 1.20.0
  - user_migration: 7.0.1
  - user_status: 1.10.0
  - users_picker: 1.0.0
  - viewer: 3.0.0
  - weather_status: 1.10.0
  - webhook_listeners: 1.1.0-dev
  - welcome: 1.2.0
  - workflow_pdf_converter: 1.15.0
  - workflowengine: 2.12.0
Disabled:
  - assistant: 2.1.1 (installed 2.1.1)
  - comments: 1.20.1 (installed 1.19.0)
  - contactsinteraction: 1.11.0 (installed 1.8.0)
  - encryption: 2.18.0 (installed 2.15.0)
  - extract: 1.3.6 (installed 1.3.6)
  - files_external: 1.22.0
  - integration_openai: 3.1.2 (installed 3.1.2)
  - picker: 1.0.11 (installed 1.0.11)
  - twofactor_email: 2.7.4 (installed 2.7.4)
  - user_ldap: 1.21.0
  - whiteboard: 1.0.4 (installed 1.0.4)

Nextcloud configuration:

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "trusted_domains": [
            "nc.irex.uni-tuebingen.de"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "30.0.2.2",
        "overwrite.cli.url": "https:\/\/nc.irex.uni-tuebingen.de",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "default_language": "de",
        "default_locale": "de_DE",
        "default_phone_region": "DE",
        "maintenance": false,
        "maintenance_window_start": "1",
        "updater.release.channel": "stable",
        "theme": "",
        "loglevel": 2,
        "app_install_overwrite": [
            "emlviewer",
            "extract",
            "transmission",
            "bbb",
            "quickaccesssorting",
            "workflow_kitinerary",
            "integration_ews"
        ],
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauth": 1,
        "skeletondirectory": "",
        "auth.webauthn.enabled": "false",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "data-fingerprint": "21b8cb97ed73b8ebc1d6b9820ffd7b8b",
        "simpleSignUpLink.shown": false,
        "defaultapp": "",
        "forbidden_filename_characters": [
            "\\",
            "\/"
        ],
        "forbidden_filename_extensions": [
            ".filepart",
            ".part"
        ]
    }
}

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Logs

Nextcloud log (data/nextcloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@luka-nextcloud
Copy link
Contributor

This is reproducible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants