-
Notifications
You must be signed in to change notification settings - Fork 207
Investigate breadcrumb wrapping and overlapping the select all box #4829
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
Comments
@bjester this issue open for contributions? I'd love to work on it. Please let me know! |
Hi @Annu881, This could be a troublesome issue to tackle, because the code is very finicky. I will assign you, but please do let us know as soon as possible if you're unable to resolve it. Reproducing it will be half the battle, which may require a RTL language like Arabic. |
- Added RTL support for breadcrumbs - Fixed text overflow handling - Improved multiselect component layout - Added proper spacing for select all box Resolves learningequality#4829
I have raised a PR, please review the PR sir. |
Note there was an attempt to fix this #4920 which addressed some parts, but didn't address the root causes. As @bjester mentioned, it's finicky. I think we need to investigate first what exactly is the cause before moving on. Updated the issue title to reflect it. Alternatively, we could wait and see whether |
Observed behavior
When viewing a deeply nested resource in a channel, that has ancestors with really long titles, it appears the breadcrumbs are wrapping and overlapping the 'Select all' checkbox
Expected behavior
I believe the intent is that the breadcrumbs collapse the furthest ancestors when it would be too long, to avoid wrapping entirely.
User-facing consequences
Colliding text can be visually confusing
Usage Details
The text was updated successfully, but these errors were encountered: