[#9831] - Ad Hoc View not loading in Responsive mode

Category:
Bug report
Priority:
High
Status:
New
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

I have used iframe to load ad hoc view (not report) in my application and it works fine in browsers in normal mode. If I switch the browser to responsive mode and choose Nexus 7 or Nexus 10 (for tablets), it doesn't work anymore. I also checked on tablet devices and ipads too and it doesn't load in those devices either. I can see the view frame but not data, it just keeps loading as shown in attached screenshot.

I checked the console and it shows following two js errors on adhocMain.js (line 29)

Uncaught TypeError: Cannot read property 'parentNode' of undefined
at Object.run (adhocMain.js:29)
at adhocMain.js:31
at n (commons.main.js:2)
at adhocMain.js:31
at Object.execCb (require.js:1)
at b.check (require.js:1)
at b.<anonymous> (require.js:1)
at require.js:1
at require.js:1
at each (require.js:1)

adhocMain.js:29 Uncaught TypeError: Cannot read property 'updateContent' of undefined
at Object.render (adhocMain.js:29)
at Object.t.updateStateAndRender (adhocMain.js:30)
at adhocMain.js:30
at callbackWrapper (adhocMain.js:3)
at invokeCallbacks (commons.main.js:2)
at evalJSONResponseHandler (commons.main.js:17)
at AjaxRequester.options.responseHandler (commons.main.js:2)
at handleResponse (commons.main.js:2)
at XMLHttpRequest.<anonymous> (commons.main.js:17)

Can you please help how to fix this?

AttachmentSize
Image icon error.png30.85 KB
v6.4
Ad Hoc
nojha's picture
85
Joined: Aug 8 2017 - 2:56am
Last seen: 4 years 10 months ago
Feedback
randomness