• Jacob Schatz's avatar
    Merge branch 'discussion-reply-button-performance' into 'master' · 195b20e1
    Jacob Schatz authored
    Remove delay when hitting Reply... button on page with a lot of comments
    
    Every time the "Reply..." button was hit, a new `GLForm` was instantiated (which is fine), which would then call `GitLab.GfmAutoComplete.setup()` without specifying which textarea we needed autocompletion on, which resulted in `GitLab.GfmAutoComplete.setup` iterating through every single textarea on the page. On a page with a lot of comments, where each comment would have its own textarea that will be used to edit the comment, this would take a long time and cause the whole page to hang for 2 seconds when a  "Reply..." button was clicked.
    
    See merge request !5602
    195b20e1
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 178 KB