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

bypass events to jQuery UI Datepicker #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 25, 2016

  1. patched the "Focus Examination Function" to bypass events for element…

    …s in parents with .blockMsgClass
    
    jQuery UI Datepicker creates its calendar at the end of the document (mostly
    outside an active modal jqm dialog) which disallows to change the year (select)
    in a modal jqm. The solution was found in
    <http://stackoverflow.com/a/18188375/2627857>
    and adopted for jqModal.
    
    This allows two solutions:
    1. add `blockMsg` css class to the datepicker div
    2. or set the (new) jqm option `blockMsgClass` to '`ui-datepicker`'
    
    Both settings allow the focus event for the year select to bypass the "Focus Examination Function".
    dpesch committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    0bb61f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8f4ee View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

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

Commits on Jun 3, 2020

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