feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

List with PageIndicator and scrolling shows pages of the list even when they're outside the list's clipRect #951

Closed martin3361 closed 10 years ago

martin3361 commented 10 years ago

Here's a small sample that reproduces the problem: http://www.speedyshare.com/kmWfr/test.zip

Just scroll around the list

martin3361 commented 10 years ago

Please confirm if it is a problem with my code or it is a bug in Feathers. Thank you

joshtynjala commented 10 years ago

Please be patient. You only posted the bug report a few hours ago. When you send me a project that I need to look it, it may take a couple of days before I can find the time to set things up.

joshtynjala commented 10 years ago

I see that you're using an older version of Feathers. What version of Starling are you using? I suspect that you're encountering Gamua/Starling-Framework#396. That issue with clipRect was fixed in Starling 1.4.1.

martin3361 commented 10 years ago

I've no idea what version I am using, but probably it is a one-year old version. It seems like I cannot see anywhere where the version is. I'll try to update Starling and see if the problem disappears

martin3361 commented 10 years ago

It is indeed that bug. When I upgraded to version, it disappeared. Thank you!