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

Header with no content will Scroll with blank space #83

Closed
kingargyle opened this issue Apr 30, 2015 · 5 comments
Closed

Header with no content will Scroll with blank space #83

kingargyle opened this issue Apr 30, 2015 · 5 comments

Comments

@kingargyle
Copy link

This is a bit hard to describe so let me setup some situations.

header
content
content
empty section header
header
content
content

Scroll up the list until the last header is the sticky header and the Empty section header is off the screen. Then start to scroll down, the empty section header will continue to be sticky and the screen starts to fill with blank white space, keep scrolling and eventually the content for the first header will start to appear, once this happens the view adjusts and the screen scrolls as normal.

I was able to get into this situation as we have an Expandable Grid View, in which you click on section headers to expand and collapse the section content for that header. SLiM has been a nice drop in replacement, everything else I've been able to work around, but this scrolling is something that seems a SLiM issue for the Grid layout manager.

@TonicArtos TonicArtos added the bug label Apr 30, 2015
@TonicArtos
Copy link
Owner

I remember fixing a problem like this in the past. It is possible I missed it on GridSLM.

@kingargyle
Copy link
Author

It is similar to issue #70 in which the content is removed from the end of the list. This particular bug the content is either removed from the middle of a list, or there is no content to begin with.

@TonicArtos
Copy link
Owner

At first I misunderstood which scrolling direction you meant. I see that this is an error when you try to scroll past a header towards the content start. The bug manifests in two ways. The way you described with a sticky header, and with the header vanishing if it isn't sticky.

I'll get this fixed.

@TonicArtos TonicArtos modified the milestone: 0.4.11 May 2, 2015
@kingargyle
Copy link
Author

Thanks. I'll check it out when I'm at work tomorrow.

@kingargyle
Copy link
Author

Verified that this fix the issue. Thanks again for the quick turn around.

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

No branches or pull requests

2 participants