A "never seen before" javascript error (Access to property denied" code: "1010)
- by davykiash
I was testing my jqgrid and when I was attempting to add details through jqgrid's modal window I can accross the following error in my firebug console.(Am using mozilla)
Access to property denied" code: "1010
checkValues("2010-04-20", 5, table#list.ui-jqgrid-btable)grid.common.js (line 441)
postIt()grid.formedit.js (line 794)
anonymous(Object originalEvent=Event click type=click)grid.formedit.js (line 463)
anonymous(Object originalEvent=Event click type=click)jquery-1....2.min.js (line 19)
anonymous()jquery-1....2.min.js (line 19)
Where do I start in solving this issue?