Jump to content

Cannot set property 'component' of null


GerhardV

Recommended Posts

I have no idea where to start looking based on the following error message I receive when the page is loading. Also I do not get this with Version 1.0.0.1425.

 

"Cannot set property 'component' of null".

 

Nothing in the console...any ideas?

 

 

post-4617-0-79135000-1521554521_thumb.png

Link to comment
Share on other sites

OK I have tracked the culprit down by deleting components one by one. It was a TUniContainerPanel that had the following ExtEvents assigned:

 

function beforerender(sender, eOpts)
{
  sender.addClass("x-panel-container");
}
 
First I removed the event but the error persisted, then I cleared the cache but the error still persisted. Then I deleted the panel and the error was gone.  I then placed another TUniContainerPanel on the TabSheet and it still worked fine.
 
So I have no idea what the real problem was except for that it was that specific control....maybe some DFM corruption?
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...