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

Visual Bug when adding users to a calendar / searchbar results #5320

Closed
ZID-TU-Graz-Collab opened this issue Jun 16, 2023 · 1 comment · Fixed by #5323
Closed

Visual Bug when adding users to a calendar / searchbar results #5320

ZID-TU-Graz-Collab opened this issue Jun 16, 2023 · 1 comment · Fixed by #5323
Assignees
Labels
3. to review Waiting for reviews bug skill:frontend Issues and PRs that require JavaScript/Vue/styling development skills

Comments

@ZID-TU-Graz-Collab
Copy link

Steps to reproduce

  1. Create a new calendar
  2. Edit the calendar to add a person to that calendar / share that calendar
  3. Look up a name that exists multiple times, the first few hits of a bigger result list can not be seen, neither can you scroll up further to see them.

Expected behavior

The results can be scrolled up all the way up to the top results

Actual behaviour

When having a result-list of multiple testuser (from testuser 1 up to testuser 15, etc.) the first results can not be seen, as you can not scroll up all the way to the top hits.
This behaviour was testet with multiple names, to save excessive workload creating testaccount. Thus, the screenshots refer to the last name „Müller“. As seen, results above Müller, E (alphabetical) will not be shown, except looking for them specifically

allg suche

suche spezifisch

Calendar app version

4.3.4

CalDAV-clients used

Browser

Firefox 114.0.1, Chrome 114.0.5735.134

Client operating system

Windows 11

Server operating system

Debian 11

Web server

Apache

Database engine version

MariaDB

PHP engine version

PHP 8.0

Nextcloud version

25.0.7

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

- activity: 2.17.0
   - admin_audit: 1.15.0
   - announcementcenter: 6.6.1
   - bbb: 2.4.0
   - bookmarks: 12.1.0
   - bruteforcesettings: 2.5.0
   - calendar: 4.3.4
   - circles: 25.0.0
   - cloud_federation_api: 1.8.0
   - comments: 1.15.0
   - contacts: 5.2.0
   - contactsinteraction: 1.6.0
   - dashboard: 7.5.0
   - dav: 1.24.0
   - deck: 1.8.5
   - drawio: 2.1.1
   - federatedfilesharing: 1.15.0
   - federation: 1.15.0
   - files: 1.20.1
   - files_antivirus: 5.0.0
   - files_external: 1.17.0
   - files_lock: 27.0.0
   - files_pdfviewer: 2.6.0
   - files_rightclick: 1.4.0
   - files_sharing: 1.17.0
   - files_trashbin: 1.15.0
   - files_versions: 1.18.0
   - firstrunwizard: 2.14.0
   - forms: 3.3.0
   - group_default_quota: 0.1.6
   - groupfolders: 13.1.3
   - impersonate: 1.12.1
   - logreader: 2.10.0
   - lookup_server_connector: 1.13.0
   - metadata: 0.18.0
   - nextcloud_announcements: 1.14.0
   - notes: 4.7.2
   - notifications: 2.13.1
   - oauth2: 1.13.0
   - oidc_login: 2.5.1
   - onlyoffice: 7.8.0
   - password_policy: 1.15.0
   - photos: 2.0.1
   - polls: 5.0.5
   - privacy: 1.9.0
   - provisioning_api: 1.15.0
   - qownnotesapi: 23.3.0
   - recommendations: 1.4.0
   - related_resources: 1.0.4
   - serverinfo: 1.15.0
   - settings: 1.7.0
   - sharebymail: 1.15.0
   - sharelisting: 1.1.1
   - side_menu: 3.8.0
   - survey_client: 1.13.0
   - systemtags: 1.15.0
   - tasks: 0.15.0
   - text: 3.6.0
   - theming: 2.0.1
   - theming_customcss: 1.14.0
   - twofactor_backupcodes: 1.14.0
   - updatenotification: 1.15.0
   - user_ldap: 1.15.0
   - user_status: 1.5.0
   - viewer: 1.9.0
   - weather_status: 1.5.0
   - webapppassword: 23.4.1
   - workflowengine: 2.7.0

Nextcloud configuration

<?php
$CONFIG = array (
   'instanceid' => 'XXXXXXXXXXXXXXXX',
   'passwordsalt' => 'XXXXXXXXXXXXXXXXXXXXXXX',
   'secret' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
   'trusted_domains' =>
   array (
     0 => 'cloud.example.org',
   ),
   'datadirectory' => '/srv/cloud-ha/store',
   'overwrite.cli.url' => 'https://cloud.example.org',
   'overwriteprotocol' => 'https',
   'dbtype' => 'mysql',
   'version' => '25.0.7.1',
   'dbname' => 'xxxxx',
   'dbhost' => 'xxxxx.example.org',
   'dbtableprefix' => 'oc_',
   'dbuser' => 'xxxxx',
   'dbpassword' => 'xxxxxxxxxxxxxxxx',
   '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',
   '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.distributed' => '\\OC\\Memcache\\Redis',
   'memcache.local' => '\\OC\\Memcache\\APCu',
   'memcache.locking' => '\\OC\\Memcache\\Redis',
   'redis' =>
   array (
     'host' => 'x.x.x.x',
     'port' => xxxx,
     'timeout' => 0.0,
   ),
   'log_rotate_size' => 1073741824,
   'default_language' => 'de',
   'default_locale' => 'de_AT',
   'simpleSignUpLink.shown' => false,
   'skeletondirectory' => '/srv/cloud-ha/app/cloudskel',
   'app_install_overwrite' =>
   array (
     0 => 'bookmarks_fulltextsearch',
     1 => 'impersonate',
   ),
   'activity_expire_days' => xx,
   'data-fingerprint' => 'XXXXXXXXXXXXXXXXXXXXXX',
   'oidc_login_client_secret' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXX',
   'oidc_login_client_id' => 'cloud_example_at',
   'oidc_login_provider_url' => 'https://xxxx.example.org/xxxx',
   'oidc_login_logout_url' =>
'https://xxxxx.example.org/xxxxxxxxxxxxxxx/logout?redirect_uri=https%3A%2F%2Fxxxx.example.org%2Fslo%2FLogout',
   'oidc_login_auto_redirect' => false,
   'oidc_login_redir_fallback' => false,
   'oidc_login_disable_registration' => false,
   'oidc_login_proxy_ldap' => true,
   'oidc_login_attributes' =>
   array (
     'id' => 'preferred_username',
     'ldap_uid' => 'preferred_username',
   ),
   'oidc_login_button_text' => 'Anmeldung an der Cloud',
   'part_file_in_storage' => false,
   'lost_password_link' => 'disabled',
   'default_phone_region' => 'AT',
   'log_type' => 'file',
   'logfile' => '/srv/cloud-ha/app/nextcloud.log',
   'activity_use_cached_mountpoints' => false,
   'maintenance_window_start' => 1,
);

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

@ZID-TU-Graz-Collab ZID-TU-Graz-Collab added 0. to triage Pending approval or rejection bug labels Jun 16, 2023
@ChristophWurst ChristophWurst added 1. to develop Accepted and waiting to be taken care of and removed 0. to triage Pending approval or rejection labels Jun 16, 2023
@ChristophWurst ChristophWurst moved this to 📄 To do (~10 entries) in 💌 📅 👥 Groupware team Jun 16, 2023
@ChristophWurst
Copy link
Member

This must be new with #4515. The <SharingSearch> component uses the deprecated NcMultiselect component. The z-index of the multiselect must be incorrect. We can either fix the z-index (quick fix) or replace NcMultiselect with NcSelect.

@ChristophWurst ChristophWurst added the skill:frontend Issues and PRs that require JavaScript/Vue/styling development skills label Jun 16, 2023
@hamza221 hamza221 self-assigned this Jun 16, 2023
@ChristophWurst ChristophWurst added 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Jun 16, 2023
@github-project-automation github-project-automation bot moved this from 📄 To do (~10 entries) to ☑️ Done in 💌 📅 👥 Groupware team Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug skill:frontend Issues and PRs that require JavaScript/Vue/styling development skills
Projects
Development

Successfully merging a pull request may close this issue.

3 participants