Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2424

OnChangeAjaxBehavior + DatePicker do not work together

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.0
    • 1.4.8, 1.5-M1
    • wicket, wicket-extensions
    • None
    • Firefox, IE

    Description

      DatePicker fails to notify component update when OnChangeAjaxBehavior is used on the target input.
      It works well with AjaxFormComponentUpdatingBehavior.

      The root cause seems to be in the Wicket.ChangeHandler added by the OnChangeAjaxBehavior, which hides user handler while the DatePicker calls onchange handler directly (wicket-date.js:186):
      if (field.onchange != null && typeof(field.onchange) != 'undefined') field.onchange();

      Possible fix could be dispatching onchange Event instead of direct handler invocation.
      Yet I don't know what is purpose of Wicket.ChangeHandler here...

      Attachments

        1. wicket-2424-patch.txt
          1 kB
          Juha Paananen

        Issue Links

          Activity

            People

              ivaynberg Igor Vaynberg
              varlax Alexey Varlamov
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: