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

Overflowing text triggers horizontal scrollbar display #1168

Open
ZID-TU-Graz-Collab opened this issue Mar 11, 2022 · 1 comment
Open

Overflowing text triggers horizontal scrollbar display #1168

ZID-TU-Graz-Collab opened this issue Mar 11, 2022 · 1 comment

Comments

@ZID-TU-Graz-Collab
Copy link

ZID-TU-Graz-Collab commented Mar 11, 2022

Steps to reproduce

  1. User, where full name (and email) is very long.
  2. As this user make an action, which triggers a notification (e.g. file share)
  3. Another user has activated push notification for this action.
  4. The notification app shows the notification and a horizontal scroll bar will be displayed.

Expected behaviour

No scroll bar is displayed, instead the text is wrapped.

Actual behaviour

A horizontal scroll bar is displayed in the notification app

Server configuration

Operating system:

Debian 10

Nextcloud configuration:

<?php
$CONFIG = array (
  'instanceid' => 'xxxxxxxxxxxxxxxxx',
  'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'trusted_domains' =>
  array (
    0 => 'cloud.example.org',
  ),
  'datadirectory' => '/srv/owncloud',
  'overwrite.cli.url' => 'https://cloud.example.org',
  'dbtype' => 'mysql',
  'version' => '22.2.5.1',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'xxxxxxxxx',
  'dbpassword' => 'xxxxxxxxxxxxx',
  'installed' => true,
  'forcessl' => true,
  'forceSSLforSubdomains' => true,
  'mail_smtpmode' => 'smtp',
  'mail_from_address' => 'noreply',
  'mail_domain' => 'example.org',
  'mail_smtphost' => '127.0.0.1',
  'mail_smtpport' => '25',
  'ldapIgnoreNamingRules' => false,
  'theme' => '',
  'maintenance' => false,
  'ldapUserCleanupInterval' => 20,
  'loglevel' => 2,
  'trashbin_retention_obligation' => 'auto',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'ldapProviderFactory' => '\\OCA\\User_LDAP\\LDAPProviderFactory',
  'auth.bruteforce.protection.enabled' => true,
  'share_folder' => '/Shared',
  'preview_max_scale_factor' => 1,
  'enabledPreviewProviders' =>
  array (
    0 => 'OC\\Preview\\PNG',
    1 => 'OC\\Preview\\JPEG',
    2 => 'OC\\Preview\\GIF',
    11 => 'OC\\Preview\\Illustrator',
    12 => 'OC\\Preview\\Postscript',
    13 => 'OC\\Preview\\Photoshop',
    14 => 'OC\\Preview\\TIFF',
    15 => 'OC\\Preview\\PDF',
  ),
  'filelocking.enabled' => true,
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => 'localhost',
    'port' => 6379,
    'timeout' => 0.0,
  ),
  'log_rotate_size' => 1073741824,
  'default_language' => 'de',
  'force_locale' => 'de_AT',
  'simpleSignUpLink.shown' => false,
  'skeletondirectory' => '/var/www/html/cloudskel',
  'app_install_overwrite' =>
  array (
    0 => 'bookmarks_fulltextsearch',
  ),
  'activity_expire_days' => 22,
  'data-fingerprint' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'part_file_in_storage' => false,
  'lost_password_link' => 'disabled',
  'default_phone_region' => 'AT',
);

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

NO

Client configuration

Browser:
Version 98.0.4758.102 (Offizieller Build) (64-Bit)

Operating system:

Debian GNU/Linux 11 Bullseye

Logs

not applicable

Nextcloud log (data/owncloud.log)

not applicable

Browser log

not applicabe
Bildschirmfoto_2022-03-11_09-45-44

Please see the attached Screenshot.

@nickvergessen
Copy link
Member

Seems like there is a regression again in the vue library.

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

5 participants