Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25401

textOverflow makes dropdowns too slow

    XMLWordPrintable

Details

    • 4.04
    • Severity 3 - Minor
    • Hide
      Atlassian Update – 04 December 2017

      Hi everyone,

      We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out.

      Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details.

      We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication.

      Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

      Thank you,
      Ignat Alexeyenko
      Jira Bugmaster

      Show
      Atlassian Update – 04 December 2017 Hi everyone, We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out . Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details. We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments. Thank you, Ignat Alexeyenko Jira Bugmaster

    Description

      (From issue JRA-23051)

      The Create Issue Component field dropdown when showing all components is still very slow when there are many components.

      In Firefox the problem can be traced to the line of code:

      // Apply text-overflow after showing this.$container so that we know the list item width.
      $listItems.textOverflow('…', false);
      

      textOverflow truncates long items and adds ellipses if necessary. The problem is that it has several calls to element.width() which may take a long time on browsers not optimised for it.

      Sharpie advises that we should be able to use CSS to handle the ellipses for us (ironically, in all browsers but Firefox) so we should try to remove the textOverflow.js code and use CSS instead.

      Doing this would speed up all UI components using List.js.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dtaylor David Taylor (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: