Closed (fixed)
Project:
Seven
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Sep 2015 at 17:02 UTC
Updated:
25 Jun 2025 at 08:14 UTC
Jump to comment: Most recent, Most recent file



Comments
Comment #2
swentel commentedComment #3
maartendeblock commentedThe 'smudge' is the up/down arrow for the sorting.
On small screens it gets pushed down now.
Comment #4
swentel commentedspace
Comment #6
maartendeblock commentedComment #7
maartendeblock commentedComment #11
maartendeblock commentedPrevious patch was against wrong head. This one should be correct.
Comment #24
kristen polGiven the age of this issue, it may not be a problem anymore.
It would be good to test this on 9.4 (without the patch) to see if it can be reproduced. If not, we can close this issue.
Comment #25
Satyajit1990 commentedHi @Kristen Pol,
Verified the issue without patch and with patch (https://www.drupal.org/files/issues/graphical_error_in_text-2566495-11.p...)
Issue still persist.
Before :

After :
Comment #26
kristen polThanks for testing @Satyajit1990. I also confirmed the patch in #11 doesn't fix the issue. Back to needs work.
Comment #27
andregp commentedI tried to fix it but after several tried I didn't manage to find a solution. But here is what I discovered so far:
That's the part of the code relative to the "Title" component (see #25 first image)
-- The bottom line comes from a pseudo-element
th > a:after(see /seven/css/components/tables.css line 73-87)-- The span has the .tablesort class which has the
float: rightattribute. This is what allows the small sort arrow to be always aligned to the left, but it also causes the arrow to be overflown by the bottom line.I tried adding/changing attributes from the elements but couldn't solve the issue with this approach. Re-wrapping the elements on a different way seems to be the way to go here, but I was afraid of breaking the code somehow as I'm not used to working with twig templates, so I'm leaving this to a more experienced developer.
Comment #29
awset commentedhi all thanks for the test above to verify the issue on latest drupal 9.4.
I can confirm it is an issue in 9.5 as well.
I provided a new patch to fix this.
the theme is supporting RTL and LTR text, so please make sure to test this as well.
below is the test I did locally with the new patch above.
With patch in Drupal 9.5.x
it maybe more make sense to help testing this issue in real RTL language.
thanks.
Comment #30
awset commentedFix custom command.
Comment #31
awset commentedComment #32
awset commentedComment #33
Harish1688 commentedTested the patch (drupal-graphical-error-2566495-30.patch) with Drupal 9.5. working fine, looks good for RTBC.
screenshot attached
Comment #34
larowlanWe're actively trying to deprecate the Seven theme, so postponing this in the meantime.
Once we move it to contrib, we may choose to unpostpone this issue.
Comment #35
longwaveThe Seven theme has been removed from Drupal 10 core. I confirmed that this issue only affects Seven and no other themes included with Drupal core, so I am moving this to the contributed Seven project.
Comment #36
avpadernoComment #39
immaculatexavier commentedComment #40
avpadernoI checked on the live preview: The reported issue has been fixed.
Comment #41
avpadernoComment #43
avpadernoThank you! The changes have been applied to the 2.0.x branch.