planetapex / apex-plugin-dynamicDateTimePicker

Oracle Apex Plugin Dynamic Date Time Picker
https://github.com/planetapex
MIT License
7 stars 4 forks source link

IR Highlight and Datepicker #4

Open StormingMovies opened 5 years ago

StormingMovies commented 5 years ago

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.

purcelljd commented 5 years ago

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)

StormingMovies commented 4 years ago

Sorry man, unfotunately I do not remember if I found a resolve for this. I think I changed it to the basic calendar to avoid the issue. Regards.