Ext Vertical Scrolling doesn't scroll

So I’ve read through a few related posts, but I don’t see an answer for this.

I’m trying to create an extended vertical scrolling repeating group. As the user scrolls down the page, I want more entries to show. It should feel like a Facebook feed/ a full list (without the slow load times)

My trouble is that my repeating group is not scrolling at all. Instead, it’s behaving like a ‘fixed number of cells’ list. Check out my sample environment herehttps://buildingkollecto.bubbleapps.io/version-test/test

Ext. Vertical scrolling group is on the left. Full list version is on the right.

Ext. Vertical scrolling is working fine on mobile, just not on desktop.

What did I miss?

Check out my issue herehttps://buildingkollecto.bubbleapps.io/version-test/test

1 Like

It works fine for me on Chrome.

Hey Tara, I’m also using chrome, and the left side is not scrolling for me (as you described). I recreated your setup in a test app, and adjusted the repeating group height and number of rows a few different ways, which didn’t solve it. Maybe it’s best to file a bug report?

(I’m using a 13inch Macbook)

Really?! Here’s what it looks like on my Chrome. Took a quick video.

@Scott is this what it looks like for you?

20 second video here → https://drive.google.com/file/d/0B5mC365ojwydaUY5UEF3QkdnTk0/view

is this a bug or did I miss something?

It loads completely for me (Chrome/desktop). Here’s the end of both lists.

Scrolls fine for me too @twr2105

Edit: Doesn’t scroll when I use the scrollbar. Scrolls fine when I use the trackpad. Weird …

I get different behavior between scrolling via trackpad and scrolling with the scrollbar.

So to be clear: your issue is that when the user scrolls it works, but when he drags the scroll bar it doesn’t?

Yup, that’s exactly the case. I initially thought that it had something to do with drag on release not triggering the display of new cells, but letting go of the scrollbar doesn’t do that as well. In addition to her app, I checked one of mine and the behavior replicates hers.

I see. We’ll look into it and will try to push a fix later today.

The issue is appearing slightly different for me.

The user cannot scroll at all. And there is no scroll bar available. Here’s a quick video to show you what I mean --> https://drive.google.com/file/d/0B5mC365ojwydaUY5UEF3QkdnTk0/view

The only exception is on mobile. That’s working fine!

Isn’t this a scrollbar?

Yes. But it doesn’t make any change to the repeating group on the left, which is the one in question.

When you create a regular vertical scrolling repeating group a second scroll bar appears next to the repeating group. That’s the ‘missing’ scrollbar I was referring to.

Okay, so there is a scrollbar available, but the repeating group doesn’t add cells.

Yeah I believe so, but it’s hard to say, because I dont know what a successful ext. vertical scroll group looks like.

When you create a regular vertical scrolling repeating group a second scroll bar appears next to the repeating group. That’s the ‘missing’ scrollbar I was referring to.

So I cant tell if that second (smaller) scrollbar is missing or if I’m just simply having issues with the repeating group adding cells.

For repeating groups with ext. vertical scroll, the scroll bar for that particular repeating group is hidden. Your browser’s scroll bar’s visibility is dependent on the content height (or at least on mine).

This should be fixed now.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.