コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

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 返信

Avatar

Level 1

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