Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

After changing Icon type on a list I get 'c15r: component not found ' error

after making only a minor tweak to my UI (change an Icon type) - I receive this error

"c15r: component not found"

It's here:

in component manager.js line 1437:

Code: Select all

   if (result.length === 0) { 
         throw new Error("c15r: component not found"); 
     } 

this is an error condition when the UI is attempting to redisplay itself..... what's a person to do with this error?

Please help,

Bruce

PS - if I tweak my icon back - the error still persists...

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

After changing Icon type on a list I get 'c15r: component not found ' error

Ok - i found the issue - it shouldn't be a problem - and it's likely a defect - but - if anyone else gets this error - and has a collapseable block on their page - I got this error when I left my component with the collapsed checkbox OFF after leaving edit mode.

When I went in to run my test I received the c15r error.

Puzzled - I wondered what I had changed - after some very frustrating moments - I found that one of the changes I made was to leave the collapsed checkbox off - as soon as I turned it back on (on one of several collapseable blocks on my page) - the error went away.

I'll let the users uncollapse the block with UI clicks instead of having this block default to expanded .

This error by the way happens not on the first page show - but any page show after the first -- on a page with a collapseable block - that is by default - not collapsed.

Bruce

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

After changing Icon type on a list I get 'c15r: component not found ' error

Hello Bruce,

Thank you for the update.

Return to “Issues”