-
Notifications
You must be signed in to change notification settings - Fork 274
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
[ui5-breadcrumbs]: Display all items in mobile overflow menu #9697
Comments
Internal Reference: BGSOFUIPIRIN-6792 |
kgogov
added a commit
that referenced
this issue
Mar 19, 2025
The changes improve the mobile user experience by ensuring all navigation items are accessible from the dropdown menu when on mobile devices. Fixes: #9697
kgogov
added a commit
that referenced
this issue
Mar 19, 2025
The changes improve the mobile user experience by ensuring all navigation items are accessible from the dropdown menu when on mobile devices. Fixes: #9697
kgogov
added a commit
that referenced
this issue
Mar 24, 2025
The changes improve the mobile user experience by ensuring all navigation items are accessible from the dropdown menu when on mobile devices. Fixes: #9697
kgogov
added a commit
that referenced
this issue
Mar 25, 2025
The changes improve the mobile user experience by ensuring all navigation items are accessible from the dropdown menu when on mobile devices. Fixes: #9697
🎉 This issue has been resolved in version v2.9.0-rc.2 🎉 The release is available on v2.9.0-rc.2 Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior:
According to the Fiori for Web specification and the UI5 Demokit:
When a breadcrumb has an overflow item on a mobile device (phone), a full-screen dialog should open, displaying all breadcrumb items.
However, the Breadcrumb component in the Web Components, I only shows the overflowed items in a full-screen dialog. This behavior does not align with expected specification.
Expected Behavior:
When a user taps on the overflow item of a breadcrumb on a mobile device, a full-screen dialog should open displaying all breadcrumb items, not just the overflowed ones.
The text was updated successfully, but these errors were encountered: