A "never seen before" javascript error (Access to property denied" code: "1010)
Posted
by davykiash
on Stack Overflow
See other posts from Stack Overflow
or by davykiash
Published on 2010-04-20T14:00:19Z
Indexed on
2010/04/20
14:03 UTC
Read the original article
Hit count: 690
jqgrid
|JavaScript
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?
© Stack Overflow or respective owner