Hi, we have created a CDE dashboard. It works fine in chrome. We have used the query parameters, chart components on the dashboard. It works fine in chrome - shows all charts and data. However in firefox it doesn't render the data to be fetched from query paramaters. Here is the console log of firefox.
We are using the latest version of Ctools - 14.12.10
Thanks
Code:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help http://xhr.spec.whatwg.org/ cdf-bootstrap-script-includes.js:647:0" [Lifecycle >Start] Init[0] (Running: 1)" cdf-bootstrap-script-includes.js:4398:0
" [Lifecycle >Start] render_sessionBuckets [cccBarChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 13)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_regoTrend [cccBarChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 14)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_geoRego [cccBarChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 15)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_pieExamRego [cccPieChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 16)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_pieGradeRego [cccPieChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 17)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_pieUsageDevice [cccPieChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 18)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_pieSessionsDevice [cccPieChart] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 19)" cdf-bootstrap-script-includes.js:4352:0
" [Lifecycle >Start] render_avgSessionDurationLW [Query] (P: 5 ): preExecution Timing: 0ms since start, 0ms since last event (Running: 20)" cdf-bootstrap-script-includes.js:4352:0
Use of XMLHttpRequest's withCredentials attribute is no longer supported in the synchronous mode in window context. cdf-bootstrap-script-includes.js:648:0
"CDF: Error updating render_avgSessionDurationLW:" cdf-bootstrap-script-includes.js:4342:852
"CDF: ReferenceError: avgSessionDurationLWVar is not defined"
Thanks