What does the error ' this.context.sourceCache ' mean and where does it come from?

StackOverflow https://stackoverflow.com/questions/9514454

  •  14-11-2019
  •  | 
  •  

Question

I have small question regarding the following error:

this.context.sourceCache

On a custom control I defined a extlib dialog which contains a panel with a document datasource. Sometimes when I submit the form using a simple action (and a dialog.hide('content') I receive this error. I cant seem to find where it comes from.

Was it helpful?

Solution

Are you using the firebug plugin by any chance, just wondering if it could be related to firebug:

http://code.google.com/p/fbug/source/browse/branches/firebug1.4/content/firebug/spy.js?r=2796

It's a long shot, but I hope this helps!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top