Skip to content
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

SAK-50094 Gradebook titles can overflow and grid can become misaligned #12602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mylescarey2019
Copy link
Contributor

Gradebook item titles and Category titles can overflow into adjacent cells (if the title doesn't have word breaks). Also column resizing allows narrowing of columns which can exacerbate the overflow issue while additionally introducing misalignment for gradebook - Student/Course grade columns may no longer line up with the grade book item columns for rows.

I have approached this by changing the overflow behavior to the use of ellipses instead of trying word wrap within the cells.

@ottenhoff
Copy link
Contributor

ottenhoff commented May 14, 2024

What about the existing calls to FormatHelper.abbreviateMiddle()? Should those be removed?

What do you think @mylescarey2019 ?

@ern ern changed the title SAK-50094 Gradebook: Titles can overflow and grid can become misaligned SAK-50094 Gradebook titles can overflow and grid can become misaligned May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants