You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: