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

Problems with pullrefresh plugin #2

Open
epodolyak opened this issue Jun 24, 2011 · 2 comments
Open

Problems with pullrefresh plugin #2

epodolyak opened this issue Jun 24, 2011 · 2 comments

Comments

@epodolyak
Copy link

  1. Download sample code http://dev.sencha.com/deploy/touch/examples/pullrefresh/
  2. Replace Ext.List by UxBufList
  3. Run modified sample
  4. Scroll down and tap load more
  5. Complete previous step several times

After several iterations instead of new items list displays a white-space.

@jeffzamo
Copy link

I see similar problems using .findBy where the target record is outside the current view frame.

I haven't figured it out completely yet but the issue seems to be in replaceItemList - the list is being repopluated with the correct items but the height is being set to zero - this.list.contain.getHeight is returning zero for some reason.

I think this is part of a larger problem with an event causing the list to be redrawn in a non-drag manner. I see the 'white screen' issue also when you reload the store and go back into the list. you need to swipe before the elements are rendered properly.

@log2-hwan
Copy link

Scrolling become dramatically smooth after using UxBufList.
But I found some problem in index bar.
When I try to scroll down by index bar, some of the list item tap events are removed.
There is no response when I tap items....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants