Skip to content

Trigger autosize update after template selection

Phil Hughes requested to merge issue-description-scroll-fix into master

What does this MR do?

Triggers an autosize update after selecting an issue template.

The autosize plugin doesn't react to value changes and therefore doesn't automatically update when the user selects the template. This merge request adds it so that it detects if the editor the template selector is a jQuery object (not Ace editor) & then triggers the autosize event to allow the user to scroll the textarea.

Screenshots (if relevant)

resize

What are the relevant issue numbers?

Closes #21982 (closed)

Merge request reports