JQuery DateTime Picker Odd behavior

Two things.

  1. When picker pops up, focus is on month causing month to scroll when trying to scroll page for better picker view. This causes date to unexpectedly change.

  2. When hovering over a date field instantiated to datepicker and then scroll with mouse wheel while hovering, the date in the field changes in increments of months.

@brady.miller May need to setup datepicker with its own click handler or maybe an option I’m missing.

Not so elegant is css:

[name*=‘DATE’]:hover {
pointer-events:none;
}

Fixed and included in P.R. Misc fixes version 5.0.1 #1005

1 Like

Hi @sjpadgett,

If you paste the link to the PR on a new line here, it will auto link :slightly_smiling_face:

Slightly more efficient than just referencing the PR

Okay thanks, I believe I did that somewhere else but 'ya know, 'ol dogs, new tricks. I’ll get there:)