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

"Scroll to bottom" does not scroll all the way #13237

Open
ChristophWurst opened this issue Sep 9, 2024 · 5 comments · May be fixed by #13244 or nextcloud-libraries/nextcloud-vue#6069
Open

"Scroll to bottom" does not scroll all the way #13237

ChristophWurst opened this issue Sep 9, 2024 · 5 comments · May be fixed by #13244 or nextcloud-libraries/nextcloud-vue#6069
Assignees
Labels

Comments

@ChristophWurst
Copy link
Member

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.

Steps to reproduce

  1. Join a conversation
  2. Navigate somewhere else
  3. Miss lots of messages
  4. Open the conversation again
  5. Click Scroll to bottom

Expected behaviour

I'm scrolled to the very bottom

Actual behaviour

I'm scroll a bit but there are still messages below. Scroll to bottom will still show. If I click it a couple of times I eventually reach the bottom.

Talk app

Talk app version: the one for Hub 9

Custom Signaling server configured: yes/no and version (see Talk administration settings: /index.php/settings/admin/talk#signaling_server)

Custom TURN server configured: yes/no (see Talk administration settings: /index.php/settings/admin/talk#turn_server)

Custom STUN server configured: yes/no (see Talk administration settings: /index.php/settings/admin/talk#stun_server)

Browser

Microphone available: yes/no

Camera available: yes/no

Operating system: Windows/Ubuntu/Mac/...

Browser name: Firefox/Chrome/Safari/...

Browser version: 124/125/...

Browser log

``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```

Server configuration

Operating system: Ubuntu/RedHat/...

Web server: Apache/Nginx

Database: MySQL/Maria/SQLite/PostgreSQL

PHP version: 8.1/8.2/8.3

Nextcloud Version: (see administration page)

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

Server log (data/nextcloud.log)

Insert your server log here
@Antreesy
Copy link
Contributor

Antreesy commented Sep 9, 2024

Miss lots of messages

How many messages are we talking about? Are all new of them uploaded?
Are there any link previews in this list

My first assumption is that there's something in the list that will extend the list and we can't consider at the moment

@DorraJaouad
Copy link
Contributor

If it's a long list, it can fetch progressively by scrolling down. So when you first press "scroll to bottom" , it reaches the end of fetched messages list and then fetch the next batch.

@ChristophWurst
Copy link
Member Author

How many messages are we talking about?

I just clicked through some conversations. In one chat with 111 unread messages I was scrolled to the bottom right away. In another chat with 71 unread messages it needed three clicks.

Could link previews or interactive widgets make a difference?

@Antreesy
Copy link
Contributor

Antreesy commented Sep 9, 2024

This might interrupt the scrolling (tried with file preview widgets): 4081fd5

@Antreesy Antreesy added this to the 💙 Next RC (30) milestone Sep 9, 2024
@DorraJaouad
Copy link
Contributor

Also tried to reproduce, it seems widget anti-jumping blocks scroll to bottom from being completed.

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