You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello,
Did you happen to find an answer to this? I have the same/similar issue. APEX 5.1.4. I have an interactive report with an Actions button. With the Datepicker item on the page, the Filter funtionality of the IR also does not work. (Highlight also does not work.) Same error as above.
VM1661:1 Uncaught TypeError: Cannot read property 'on' of undefined
at HTMLInputElement.eval (eval at globalEval (jquery-2.2.3.min.js?v=5.1.4.00.08:2), :1:663)
at Function.each (jquery-2.2.3.min.js?v=5.1.4.00.08:2)
at n.fn.init.each (jquery-2.2.3.min.js?v=5.1.4.00.08:2)
at Object.a.datepicker (eval at globalEval (jquery-2.2.3.min.js?v=5.1.4.00.08:2), :1:276)
at eval (eval at globalEval (jquery-2.2.3.min.js?v=5.1.4.00.08:2), :1:25)
at eval (eval at globalEval (jquery-2.2.3.min.js?v=5.1.4.00.08:2), :1:532)
at eval ()
at Function.globalEval (jquery-2.2.3.min.js?v=5.1.4.00.08:2)
at ua (jquery-2.2.3.min.js?v=5.1.4.00.08:3)
at n.fn.init.append (jquery-2.2.3.min.js?v=5.1.4.00.08:3)
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.
The text was updated successfully, but these errors were encountered: