Expand my Community achievements bar.

Coral ids and attributes are getting added after the Coral.commons.ready

Avatar

Level 2

Hi, I have a situation where my code is relying on some of the ids and attributes which are getting added on the Coral component.

The Moment when Coral.commons.ready is triggerred the DOM looks like this:

<coral-panel class="_coral-Panel" role="region">

 

After I remove my breakpoint from code, I see other attributes getting added:

<coral-panel class="_coral-Panel" role="tabpanel" id="coral-id-761" aria-labelledby="coral-id-751">

 

Since they are getting added later my code is not able to capture those. This was not the case with previous touch UI dialogs.

 

Thanks,

Bharat

1 Reply

Avatar

Level 1

@bhansa did you get solution for this one? I got same kind of issue, though.