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?
It is a bug
Describe your proposal.
fix the bug
Can you handle that on the application side
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.)
Angular v18, 0.54
If this is a bug, please provide steps for reproducing it; the exact components you are using;
The illustration component is not aligned correctly when used insde a flexible column layout
also the image does not load when the tab is switched and only loads if the screen is resized
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Did you check the documentation and the API?
Yes
The text was updated successfully, but these errors were encountered:
Is this a bug, enhancement, or feature request?
It is a bug
Describe your proposal.
fix the bug
Can you handle that on the application side
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.)
Angular v18, 0.54
If this is a bug, please provide steps for reproducing it; the exact components you are using;
The illustration component is not aligned correctly when used insde a flexible column layout
also the image does not load when the tab is switched and only loads if the screen is resized
Please provide relevant source code (if applicable).
readonly sceneConfig = {
spot: { url: 'assets/images/tnt-Spot-MissionFailed.svg', id: 'tnt-Spot-MissionFailed' },
dialog: { url: 'assets/images/tnt-Dialog-MissionFailed.svg', id: 'tnt-Dialog-MissionFailed' },
dot: { url: 'assets/images/tnt-Dot-MissionFailed.svg', id: 'tnt-Dot-MissionFailed' },
};
Please provide stackblitz example(s).
https://stackblitz.com/edit/tvx77jpc?file=src%2Fmain.ts
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Did you check the documentation and the API?
Yes
The text was updated successfully, but these errors were encountered: