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

Scrollable now accepts a "clones" setting. #866

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Scrollable now accepts a "clones" setting. #866

wants to merge 10 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 18, 2012

This is a follow-up to my pull request yesterday. Rebased onto dev as requested and also fixed my use of spaces instead of tabs that wasn't included in yesterday's request. The original commit message is included below.

Regards,
Oli

-- Original Commit Message --
The "clones" setting configures the number of clone elements used on each side
of the items. E.g., clones=2 would create 4 clone elements, two on either side.

This is useful for visuals where "inactive" items are still visible on screen.
The previous behaviour only proved useful for transitioning between items when
only a single item is displayed pre/post-transition.

Oliver Heard and others added 10 commits September 17, 2012 14:21
The "clones" setting configures the number of clone elements used on each side
of the items. E.g., clones=2 would create 4 clone elements, two on either side.

This is useful for visuals where "inactive" items are still visible on screen.
The previous behaviour only proved useful for transitioning between items when
only a single item is displayed pre/post-transition.
…isibility: hidden closes the calendar - target is the root node instead of the button.
rather than checking if any tooltips already exist.
this way tooltips on some elements that are reloaded via
ajax calls will continue working. the previous code would
assume all tooltips still exist if *any* of the tooltips still
exist -- even if some of them no longer exist. now, part of a
page may be changed and can have new tooltips created instead
of only the ones for elements that did not change.

resolves: #349

Signed-off-by: Adam Mckaig <adam.mckaig@gmail.com>
… right after. Enables chaining using the onClose callback method
I used spaces instead of tabs in my last commit, this fixes it.
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

Successfully merging this pull request may close these issues.

None yet

3 participants