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

Commits on Sep 17, 2012

  1. Scrollable now accepts a "clones" setting.

    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 committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    b432b5b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2012

  1. added possibility to enclose tooltip element inside trigger element (…

    …e.g. for table cells), incl. test
    Oliver authored and Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    330192f View commit details
    Browse the repository at this point in the history
  2. Fix for clicking on the next/prev month when it's been disabled via v…

    …isibility: hidden closes the calendar - target is the root node instead of the button.
    brewt authored and Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    a941165 View commit details
    Browse the repository at this point in the history
  3. check each tooltip for existence, fixes issue 349

    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>
    ewheeler authored and Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    695f13a View commit details
    Browse the repository at this point in the history
  4. #480: Fixing readonly bug

    Duc Tri Le authored and Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    66cdb8a View commit details
    Browse the repository at this point in the history
  5. When you have a mask currently open and close and need another opened…

    … right after. Enables chaining using the onClose callback method
    lagrz authored and Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    8e72b83 View commit details
    Browse the repository at this point in the history
  6. Issue #563: Fixed

    Duc Tri Le authored and Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    ad4ee98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61927a8 View commit details
    Browse the repository at this point in the history
  8. Corrected whitespace in scrollable.js

    I used spaces instead of tabs in my last commit, this fixes it.
    Oliver Heard committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    df084b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Configuration menu
    Copy the full SHA
    c2ee335 View commit details
    Browse the repository at this point in the history