-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Bug]: review page version activity box can get cut #15198
[Bug]: review page version activity box can get cut #15198
Comments
We should either move the attachment to the second column instead of its own column, or ensure there are 3 columns for every row. |
I've checked on dev that I could reproduce it with: https://reviewers.addons-dev.allizom.org/en-US/reviewers/review-unlisted/634903 or with reviewer notes https://reviewers.addons-dev.allizom.org/en-US/reviewers/review/634904 |
It looks like there's some OS-related trickery here, as I'm unable to reproduce those bugs on my MacOS machine (tables render as expected), but does indeed occur on my Windows machine. @ioanarusiczki Could I confirm which OS you're using? |
@chrstinalin yes, I was using Win11 |
What happened?
STR:
enable-activity-log-attachments
switchLook closely at the version history in the review page: there is a visual artifact where the the text of the last activity appears to go over the border of the cell
(There are likely faster/easier ways to reproduce - but you probably need a single version, then enough single-line activities to be higher than the left-side column)
What did you expect to happen?
The text shouldn't go over the border like that
This is caused by
enable-activity-log-attachments
because when it's enabled, it adds another cell to each row of activity... but only those, the rest of the table only have 2 cells per row.Is there an existing issue for this?
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: