Summary

      • Font spacing between few characters are to close if the windows font size is set 100%

      Steps to reproduce:

      • Create an issue with the following text samples in the description field
        •  There test test process to parse error codes test test test. Testing to replicate the font size. Test document and updated Test documentation. 
      • Save issue.
      • View the issue from the board dialogue view

      Expected Results

      • The spacing should be adjusted accordingly.
        Actual Results
      • The spacing between c & u is to close as shown below:

      Workaround

      • Change the windows settings to 125% font size

        1. screenshot-1.png
          screenshot-1.png
          6 kB
        2. screenshot-2.png
          screenshot-2.png
          74 kB

            [JRACLOUD-72028] Font spacing error

            Since Atlassian seems incapable of fixing the most basic CSS errors, for anyone looking for a workaround, you can setup a userContent.css in your Firefox profile with the following, this overrides bitbucket.org paragraph styling to always use 0 letter-spacing, which should be fine since Atlassian don't seem to know how to use it appropriately anyway:

            @-moz-document domain(bitbucket.org) {
                p {letter-spacing: 0.0em !important;}
            } 

            Reference: https://superuser.com/a/319322

            Bohan Chambers added a comment - Since Atlassian seems incapable of fixing the most basic CSS errors, for anyone looking for a workaround, you can setup a userContent.css in your Firefox profile with the following, this overrides bitbucket.org paragraph styling to always use 0 letter-spacing, which should be fine since Atlassian don't seem to know how to use it appropriately anyway: @-moz-document domain(bitbucket.org) {     p {letter-spacing: 0.0em !important;} } Reference: https://superuser.com/a/319322

            Come on Jira team, just get rid of that letter-spacing and commit it.

            Roy van den Ekker added a comment - Come on Jira team, just get rid of that letter-spacing and commit it.

            I have run across this multiple times over the past 3 weeks after switching to using Firefox.

            I am just here to bump this as another person to notice the issue.

            Mason Kortman added a comment - I have run across this multiple times over the past 3 weeks after switching to using Firefox. I am just here to bump this as another person to notice the issue.

            Shah Altaf added a comment - - edited

            The font is difficult to read in Firefox and is having an impact on our users with accessibility issues. 

            As an example I've created a ticket with lorem pisum placeholder text in it, and the difference between Chrome and Firefox makes it quite obvious where the testing is and isn't happening. 

             

            Chrome:

             

             

             

            Firefox:

             

            Shah Altaf added a comment - - edited The font is difficult to read in Firefox and is having an impact on our users with accessibility issues.  As an example I've created a ticket with lorem pisum placeholder text in it, and the difference between Chrome and Firefox makes it quite obvious where the testing is and isn't happening.    Chrome:       Firefox:  

            We've come across a number of tickets that use the work "click" and it does lead to some confusion when reading the tickets for the first time...

            Jonathan Law added a comment - We've come across a number of tickets that use the work "click" and it does lead to some confusion when reading the tickets for the first time...

            This seems to be caused by a bit of CSS applied to `p` tags:

            letter-spacing: -0.005em;

            Obviously not critical, but it is strange. Write "clunky" and it appears as "dunky"...

            Doug Fitzmaurice added a comment - This seems to be caused by a bit of CSS applied to `p` tags: letter-spacing: -0.005em; Obviously not critical, but it is strange. Write "clunky" and it appears as "dunky"...

              Unassigned Unassigned
              aaloysius Augustine Aloysius (Inactive)
              Affected customers:
              29 This affects my team
              Watchers:
              20 Start watching this issue

                Created:
                Updated:
                Resolved: