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

Add JavaScript to force EntryDetail box to scroll down with page #5

Open
bobharner opened this issue Jul 17, 2011 · 2 comments
Open

Comments

@bobharner
Copy link
Owner

On the Home page, when there is a long list of entries, scrolling down and clicking on an item lower down on the list has no apparent effect -- you have to scroll back up to see the entry detail.

What would be cool is to wrap a component around the entry detail div that uses JavaScript to keep the entry detail in view at all times. Something like http://www.vanvanvans.com/designer (but it would be best if it could be done using Prototype/Scriptaculous so we don't have to add JQuery to the stack).

This could maybe be implemented as a "KeepInView" mixin that could be attached to any component.

@bobharner
Copy link
Owner Author

http://jqueryfordesigners.com/fixed-floating-elements/ provides more technical details, although it uses JQuery.

@bobharner bobharner reopened this Aug 13, 2011
@bobharner
Copy link
Owner Author

We've switched to jQuery, so this should be a bit easier now, following the jqueryfordesigners.com example cited above.

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

1 participant