Description
Hi, I realized that when using an interactive report, and having a datepicker as an item (have not checked as a column inside a report though), and trying to choose and click the Actions button and then the highlight it won't work.
Error you get is:
Uncaught TypeError: Cannot read property 'on' of undefined
at HTMLInputElement.eval (eval at globalEval (jquery-2.2.3.min.js?v=5.1.1.00.08:2), :1:663)
at Function.each (jquery-2.2.3.min.js?v=5.1.1.00.08:2)
at n.fn.init.each (jquery-2.2.3.min.js?v=5.1.1.00.08:2)
at Object.a.datepicker (eval at globalEval (jquery-2.2.3.min.js?v=5.1.1.00.08:2), :1:276)
at eval (eval at globalEval (jquery-2.2.3.min.js?v=5.1.1.00.08:2), :1:25)
at eval (eval at globalEval (jquery-2.2.3.min.js?v=5.1.1.00.08:2), :1:554)
at eval ()
at Function.globalEval (jquery-2.2.3.min.js?v=5.1.1.00.08:2)
at ua (jquery-2.2.3.min.js?v=5.1.1.00.08:3)
at n.fn.init.append (jquery-2.2.3.min.js?v=5.1.1.00.08:3)
This happens in apex 5.1.1 and in 5.18, I found it by chance to be honest. The other popups/options of the Actions button seem to work just fine.