-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Wizard Component interactive elements overlap issue over floating footer and progress bar. #12290
Comments
Out of the 2 issues,
Wizard Validation and how it works: Similarly, the validation on the navigation bar at the top of the wizard is also controlled by the developer, via an external validation rule. This custom validation function is executed everytime any step is clicked from navigation bar. check this working example in the below stackblitz link, Note: although in the official ngx example, simple form fields are used, I would suggest that |
This issue is still reproducible and not yet fixed with 0.54.1 version. @droshev Can you please verify and let me know when can I expect it to be fixed. |
Unfortunately, this also breaks wizards that are not in a dialog. In this case, the height of the footer is no longer subtracted from the viewport height and the footer disappears below the bottom edge of the viewport. |
@c-davidbilge @Soumadeep1993 Can you report a new issue? |
Thank you for your answer. I created a new issue: #13048 |
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
Interactive elements get overlapped on the floating footer and the progress bar in the top of Wizard.
Also, in the wizard steps if we once reach till summary, and then move back to any previous step and provide invalid inputs, the Next button gets disabled but still the next steps link at the top in the progress indicator is active and remains clickable. This surely causes bugs as the user can still go to summary and finish the final step even after entering an invalid input in any of the before steps.
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.)
0.50.2
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Wizard Dialog component.
Please provide relevant source code (if applicable).
Please provide stackblitz example(s).
https://stackblitz.com/edit/nzkgwz?file=src%2Fapp%2Fwizard-dialog-example.component.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?
Did you search for similar issues?
Is there anything else we should know?
IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.
The text was updated successfully, but these errors were encountered: