Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery-archive/jquery-mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: depeele/jquery-mobile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 5, 2011

  1. Avoid triggering a 'tap' event if the event target on touchStop diffe…

    …rs from the original touchStart target.
    depeele committed Jan 5, 2011
    Configuration menu
    Copy the full SHA
    178237d View commit details
    Browse the repository at this point in the history
  2. When a selectmenu is re-built via refresh, the new options are no lon…

    …ger available to the list items click delegate closure via the cached 'options' variable. Need to do a full find to ensure access to the current set of options.
    depeele committed Jan 5, 2011
    Configuration menu
    Copy the full SHA
    1ad72ac View commit details
    Browse the repository at this point in the history
  3. In changePage(), window.document.activeElement MAY be unavailable. If…

    … so, the code to "kill the keyboard" should NOT cause changePage() to fail completely. The quick solution is to surround it with a try/catch.
    depeele committed Jan 5, 2011
    Configuration menu
    Copy the full SHA
    e53aae7 View commit details
    Browse the repository at this point in the history
  4. $.mobile.changePage() should only update the urlStack if a destinatio…

    …n URL was identified AND changeHash is not explicitly 'false'.
    depeele committed Jan 5, 2011
    Configuration menu
    Copy the full SHA
    b66ed36 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2011

  1. Avoid triggering a 'tap' event if the event target on touchStop diffe…

    …rs from the original touchStart target (updated comments to remove :XXX:).
    depeele committed Jan 11, 2011
    Configuration menu
    Copy the full SHA
    2502eb1 View commit details
    Browse the repository at this point in the history
Loading