Scrollview [new one] listeners broken[?]

Hi,

I want to use scrollview listeners to get the movement of the scrollview. However the beganScroll event is sent to the listener the moment I take my finger off the screen. I would expect the beganScroll event to be sent when the finger is on the screen and moves the scroll view.

Anyway, here’s a sample project:
https://www.dropbox.com/s/gmla8uzq4sbgubm/sv_test.zip

Krystian [import]uid: 109453 topic_id: 28206 reply_id: 328206[/import]

Hi Krystian,

I don’t do much with widgets but got some info from another member of the team I think may be useful;

_BeganScroll and EndedScroll seem to just report a finger beginning to touch the scrollview and a finger releasing from the scrollview.

It sounds like he is requesting the following events:

beganTouch - when the scrollview is touched initially
beganScroll - when the scrollview begins to scroll
endedScroll - when the scrollview stops scrolling after previously scrolling
endedTouch - when touch ends on the scrollview_

Does this help or do you still believe there is a bug? Please let me know if so.

Peach :slight_smile: [import]uid: 52491 topic_id: 28206 reply_id: 114179[/import]

Hello Peach,

thanks a lot for spending a moment with this.

Unfortunately what you have described is not how scrollview works at the moment.
beganScroll event is fired when finger is OFF the screen and scrollview is starting to scroll on its own [like when you swipe your finger over the screen, you lift the finger and scrollview will slowly loose it’s speed].

I will raise a bug then.

EDIT:
When the scrollview is scrolled with finger on the screen the event that is received by listener is contentTouch.
The moment finger is lifted: beganScroll event is sent. After scrollview stops scrolling endedScroll event is sent. [import]uid: 109453 topic_id: 28206 reply_id: 114183[/import]

If you could indeed file a bug in that case it would be very useful, thank you :slight_smile: [import]uid: 52491 topic_id: 28206 reply_id: 114262[/import]

I did that yesterday :slight_smile:

Thanks,
Krystian [import]uid: 109453 topic_id: 28206 reply_id: 114267[/import]

Hmmm Peach,

could you please check if the bug I created yesterday was indeed created?
I’ve checked the list of bugs and I can’t see it there.
Is this list moderated? [import]uid: 109453 topic_id: 28206 reply_id: 114273[/import]

Hey Krystian; what was the bug # ? Let me know and I will look it up.

Some bugs are not viewable although from time to time something happens and they aren’t submitted correctly so yes, let me know and I’d be happy to check on that for you :slight_smile:

Peach [import]uid: 52491 topic_id: 28206 reply_id: 114430[/import]

Peach… I don’t have the ticket number.
I didn’t write it down and I can’t find it on fogbugz either :frowning:

There are only few submitted by me, so you could run a query with my username… please :slight_smile: [import]uid: 109453 topic_id: 28206 reply_id: 114439[/import]

@krystian6 I did a search under your username and email and couldn’t find any case related… [import]uid: 84637 topic_id: 28206 reply_id: 114490[/import]

I’ve created another bug.

15550 [import]uid: 109453 topic_id: 28206 reply_id: 114715[/import]

@krystian6: That bug exists and is in our system.

Thanks [import]uid: 84637 topic_id: 28206 reply_id: 114780[/import]