You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
When we use dynamic-page-header with fdp-icon-tab-bar, the shadow is above the fdp-icon-tab-bar. I think it's z-index issue.
Here is the previous ticket which changed it: #12558
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Fundamental: v0.54.2-rc.3
Angular: 18.0.3
Open attached stackblitz example.
Observe that fdp-icon-tab-bar is covered by shadow of dynamic page subheader.
Expected behavior:
The shadow of the page's subheader is visible above the table to clearly differentiate the page header from the content.
But there should be no shadow when the fdp-icon-tab-bar is below to create a seamless header section.
The text was updated successfully, but these errors were encountered:
karolgromacki
changed the title
[BUG] fdp-icon-tab-bar is covered by the Shadow of the Dynamic Page Subtitle
[BUG] fdp-icon-tab-bar is covered by the shadow of the Dynamic Page Subtitle
Jan 16, 2025
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
When we use dynamic-page-header with fdp-icon-tab-bar, the shadow is above the fdp-icon-tab-bar. I think it's z-index issue.
Here is the previous ticket which changed it:
#12558
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Fundamental: v0.54.2-rc.3
Angular: 18.0.3
components:
DynamicPageComponent, IconTabBarTabComponent
Steps to reproduce:
Open attached stackblitz example.
Observe that fdp-icon-tab-bar is covered by shadow of dynamic page subheader.
Expected behavior:
The shadow of the page's subheader is visible above the table to clearly differentiate the page header from the content.
But there should be no shadow when the fdp-icon-tab-bar is below to create a seamless header section.
Please provide stackblitz example(s).
https://stackblitz.com/edit/5rvehh-9tadwx
Please see attached screenshots:
![Image](https://private-user-images.githubusercontent.com/56802545/403761232-c2b0c50f-438b-43f1-86db-c7aa76f22f4c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDkwMDgsIm5iZiI6MTczOTM0ODcwOCwicGF0aCI6Ii81NjgwMjU0NS80MDM3NjEyMzItYzJiMGM1MGYtNDM4Yi00M2YxLTg2ZGItYzdhYTc2ZjIyZjRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA4MjUwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1NGNlMWRlMzZjOTExZmEwZWY1NWJiODMzYzYzMDRiOGZkOTc5NDc0NTc5NjQ1MDZjY2Q3MGU1MGZiYmZmNzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.50UGaOzvoLKesErZ9EvBmTJOYnMltruC7eM9Bm_IxKo)
Did you check the documentation and the API?
Yes
Did you search for similar issues?
Yes
The text was updated successfully, but these errors were encountered: