Skip to content

Fix: Breadcrumb Wrapping & Select All Box Overlap in Arabic Interface #4920

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

Closed

Conversation

Annu881
Copy link

@Annu881 Annu881 commented Feb 24, 2025

  • Added RTL support for breadcrumbs
  • Fixed text overflow handling
  • Improved multiselect component layout
  • Added proper spacing for select all box

Resolves #4829

Summary

This PR introduces the following improvements:

Added RTL (Right-to-Left) support for breadcrumbs
Fixed text overflow handling to prevent UI breakage
Improved multi-select component layout for better usability
Added proper spacing for the "Select All" box to ensure better alignment

References

Reviewer guidance

- Added RTL support for breadcrumbs
- Fixed text overflow handling
- Improved multiselect component layout
- Added proper spacing for select all box

Resolves learningequality#4829
Copy link
Member

@bjester bjester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Annu881, thank you for your contributions.

As I noted in the issue when it was assigned to you, this is a troublesome issue to tackle, because the code is very finicky. The manner of the fix will likely be a change to the existing code. This PR only adds to the code, and adds code which at a glance does not seem like it will maintain existing behavior and fix the issue. Would you like to tackle another issue?

@MisRob
Copy link
Member

MisRob commented Mar 19, 2025

Hi @Annu881, I previewed this change and I can confirm it helps in some cases. Thanks for giving it a try.

I won't merge though because some techniques, such as applying another ellipsis on top of the existing ones, are not suitable - this would only patch the problem rather than addressing the roots/

I think it will be best to reframe the original issue as something to be investigated first and then next steps discussed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate breadcrumb wrapping and overlapping the select all box
3 participants