Skip to content

Commit 098b994

Browse files
Copilotrenemadsen
andcommitted
Add debug markers before and after mat-tab-group to isolate rendering issue
- Added cyan debug box before mat-tab-group element - Added purple debug box after mat-tab-group closing tag - If cyan shows but purple doesn't, mat-tab-group is consuming rendering but not displaying - If both show, mat-tab-group is being skipped entirely - This will help identify if mat-tab-group is the blocking element Co-authored-by: renemadsen <[email protected]>
1 parent 257f086 commit 098b994

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site/assigned-site-dialog.component.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ <h3 style="background: yellow; padding: 10px; margin: 10px 0;">
1515
<div style="background: orange; padding: 10px; margin: 10px 0; color: black;">
1616
DEBUG: About to render mat-tab-group
1717
</div>
18+
<div style="background: cyan; padding: 10px; margin: 10px 0; color: black;">
19+
DEBUG: CYAN - Testing if anything renders here between orange and mat-tab-group
20+
</div>
1821
<mat-tab-group
1922
dynamicHeight="false"
2023
>
@@ -113,6 +116,9 @@ <h3 style="background: yellow; padding: 10px; margin: 10px 0;">
113116
</div>
114117
</mat-tab>
115118
</mat-tab-group>
119+
<div style="background: purple; padding: 10px; margin: 10px 0; color: white;">
120+
DEBUG: PURPLE - After mat-tab-group closing tag
121+
</div>
116122
</div>
117123
<div mat-dialog-actions class="d-flex flex-row justify-content-end">
118124
<button

0 commit comments

Comments
 (0)