Skip to content
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: ericprud/jQuery-contextMenu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swisnl/jQuery-contextMenu
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.
  • 19 commits
  • 22 files changed
  • 8 contributors

Commits on Jul 19, 2021

  1. Fix menu jumping to top of screen

    This commit adds in changes proposed by @lukefoley in issue swisnl#749, and
    fixes the contextmenu going out of the window when created at the right
    end of the window
    Speedphoenix committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0d8a4f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Merge pull request swisnl#751 from Speedphoenix/fix-contextmenu-jump

    Fix menu jumping to top of screen and disappearing to the right
    bbrala authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    5b1d415 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    bbrala authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1708487 View commit details
    Browse the repository at this point in the history
  3. Merge pull request swisnl#734 from ericprud/master

    Add demo for promise-based context menu in text input
    bbrala authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    df14a7b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Update README.md [skip ci]

    JaZo authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6a1a372 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Update SWIS logo

    JaZo committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    4cd114c View commit details
    Browse the repository at this point in the history
  2. Run couscous on PHP 7.4

    JaZo committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5ceeab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9999101 View commit details
    Browse the repository at this point in the history
  4. Fix couscous php-version option

    JaZo committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    68b9d01 View commit details
    Browse the repository at this point in the history
  5. Fix path to couscous bin

    JaZo committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8377da5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Update GH_TOKEN

    JaZo committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    64c23e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

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

Commits on Nov 4, 2025

  1. Fix click through issue and rebuild dist (swisnl#779)

    * Update dist/jquery.contextMenu.js
    
    Resolved submenu click passthrough on mobile
    
    swisnl#575
    swisnl#471
    
    * fix: also update source and rebuild dist
    
    ---------
    
    Co-authored-by: kjjk10 <131084116+kjjk10@users.noreply.github.com>
    bbrala and KevinAHM authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    9b38fa4 View commit details
    Browse the repository at this point in the history
  2. Fix unpropagated click for background layer (swisnl#780)

    * Make the contextmenu let click events passthrough
    
    With useModal set to false, uses document.addeventlistener in capture
    mode rather than an invisible layer.
    Note that this probably breaks on older browsers, and some features or
    options might not work anymore.
    
    useModal is set to true by default, and should behave just like before.
    
    * fix: fixup changes to older syntax and rebase onto master
    
    ---------
    
    Co-authored-by: Speedphoenix <leonardo.jeanteur@gmail.com>
    bbrala and Speedphoenix authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    708d416 View commit details
    Browse the repository at this point in the history
  3. Fix html5 callback

    daveherman71 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    f8a2a42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d91b5db View commit details
    Browse the repository at this point in the history
  5. docs: Fix simple typo, renderd -> rendered (swisnl#733)

    There is a small typo in README.md, documentation/docs/html5-polyfill.md.
    
    Should read `rendered` rather than `renderd`.
    timgates42 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    2a77f30 View commit details
    Browse the repository at this point in the history
  6. build: rebuild dist

    bbrala committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    78a1a2c View commit details
    Browse the repository at this point in the history
  7. release: 2.10.1

    bbrala committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    3980552 View commit details
    Browse the repository at this point in the history
Loading