ERROR in SP.UI.ModalDialog.showModalDialog

I open a SP.UI.ModalDialog.showModalDialog 
function openPop()
{
    var notaID = $("#hiddenIDSpan").text();
var options = {
    title: "TITLE",
    width: 700,
    height: 700,
    url: '/Lists/NameOfList/NameOfPage.aspx?NotaID='+notaID};
SP.UI.ModalDialog.showModalDialog(options);

}

In that new ModalDialog i have a button that open another SP.UI.ModalDialog.showModalDialog and then, this is the ERROR. Does somebody know why?

  1. Uncaught TypeError: Cannot call method 'parentElement' of null sp.ui.rte.debug.js?rev=%2BIbgsl83veG0lHyYqlfF4g%3D%3D:2694
    1. RTE.Canvas.checkCurrentFocussp.ui.rte.debug.js?rev=%2BIbgsl83veG0lHyYqlfF4g%3D%3D:2694


September 26th, 2013 5:47pm

Does anyone have new information on this issue? We're running into the same error message, when we try to open up our default displayForm with RichTextFields on it.

Please be aware, that we migrated that content from SP2010 to SP2013, but that shouldn't make any difference in my opinion.

Free Windows Admin Tool Kit Click here and download it now
February 11th, 2014 3:54pm

http://sharepoint.stackexchange.com/questions/38370/a-is-null-error-in-vanilla-sp2010-install 
June 22nd, 2015 8:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics