Closed (fixed)
Project:
Pagerer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2012 at 08:56 UTC
Updated:
23 Jan 2013 at 21:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
mondrakeVery first go. Still with known todos and debugging code, but let's see if we can have a starting point.
This introduces a new theme: 'pagerer_scrollpane', and a new 'Current page' display option: 'scrollpane'.
Comment #2
mondrakeSo #1 is committed and pushed to 7.x-1.x-dev, but this still needs work.
Comment #3
mondrakeFollow-on: fixed logic for allocation of scrollpane buttons in .module.
Comment #4
mondrake#3 committed and pushed to 7.x-1.x-dev.
Comment #5
mondrakeFollow on:
- fixed scrollpane anchors width for item ranges
- simplified scrollpane pager shift logic
Comment #6
mondrake#5 committed and pushed to 7.x-1.x-dev
Comment #7
mondrakeFollow on:
- fixed scrollpane shift to first/last
- use a state variable object rather than Drupal.settings
Comment #8
mondrake#7 committed and pushed to 7.x-1.x-dev
Comment #9
mondrakeFollow on:
- removed css transition in favor of jQuery animate
- fixed scrollpane border color
- queueing of subsequent button clicks still NOT working
Comment #10
mondrake#9 committed and pushed to 7.x-1.x-dev
Comment #11
mondrakeFollow on:
- queueing of subsequent button clicks now works
Comment #12
mondrake#11 committed and pushed to 7.x-1.x-dev
Comment #13
mondrakeFollow on:
- button process exit immediately if button disabled
Comment #14
mondrake#13 committed and pushed to 7.x-1.x-dev
Comment #15
mondrakeFollow on:
- clear queue if button pressed in direction opposite to current spin
Comment #16
mondrake#15 committed and pushed to 7.x-1.x-dev
Comment #17
mondrakeFollow on:
- implemented acceleration of shift in fastScrolling
Comment #18
mondrake#17 committed and pushed to 7.x-1.x-dev
Comment #19
mondrakeFollow on:
- implemented separators
Comment #20
mondrake#19 committed and pushed to 7.x-1.x-dev
Comment #21
mondrakeFollow on:
- fixed handling of anchors in views
- added documentation
- code cleanup
Comment #22
mondrakeCommitted and pushed to dev.