FileExplorer error with showNavigationPane set to false

Hello,

I tried to put a fileexplorer in a kanban edit template with a <div id="fileexplorer"></div>

Then, when the beginedit event start, I call
$("#fileexplorer").ejFileExplorer({
  width: "100%",
  minWidth: "150px",
  path:"/data/",
  ajaxAction: "/default.aspx/FileActionDefault",
  showNavigationPane:false
});

If I set the showNavigationPane option to true, it works, but if I set it to false, I have a lot of javascript errors :

ej.web.all.min.js:10 Uncaught TypeError: Cannot read property 'touches' of undefined
    at e (ej.web.all.min.js:10)
    at Object.startPoint (ej.web.all.min.js:10)
    at HTMLDivElement.<anonymous> (ej.web.all.min.js:10)
    at HTMLDivElement.dispatch (jquery-3.0.0.min.js:3)
    at HTMLDivElement.q.handle (jquery-3.0.0.min.js:3)
    at Object.trigger (jquery-3.0.0.min.js:4)
    at HTMLSpanElement.<anonymous> (jquery-3.0.0.min.js:4)
    at Function.each (jquery-3.0.0.min.js:2)
    at r.fn.init.each (jquery-3.0.0.min.js:2)
    at r.fn.init.trigger (jquery-3.0.0.min.js:4)

ej.web.all.min.js:10 Uncaught TypeError: Cannot read property 'changedTouches' of undefined
    at HTMLDivElement.a (ej.web.all.min.js:10)
    at HTMLDivElement.dispatch (jquery-3.0.0.min.js:3)
    at HTMLDivElement.q.handle (jquery-3.0.0.min.js:3)

Thanks


1 Reply

KR Karthik Ravichandran Syncfusion Team June 29, 2017 12:19 PM UTC

Hi Didier, 
  
We have created a separate incident for this query under your account. Can you please login into our Direct Trac support system for further updates on this query. Our Direct Trac support system can be accessed from the following link:   
 
Regards,   
Karthik R.   


Loader.
Up arrow icon