Skip to main content
Nintex Community Menu Bar

Date Time picker scrolls with mouse wheel scroll on Classic Nintex Form in O365

  • March 26, 2021
  • 0 replies
  • 73 views
  • Translate

Forum|alt.badge.img+8

Issue

When selecting a date from the Date Time control on a Classic Form in O365 and the mouse wheel is scrolled without choosing a date the date time picker popup will detach from the control and move up and down the screen as the user is scrolling

 

Resolution

This is a known issue of JQuery UI which is used in Nintex Forms for displaying the calendar control. 

The workaround for this issue is to hide the date picker popup on scrolling by adding the below custom JavaScript in the Form Settings.
 
NWF$(window).on('wheel', function(event) { NWF$.datepicker._hideDatepicker(); }); 
 

1171i8B35773BCCE7DEBA.png

 

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings