gitlab-ce/spec/features/projects
Fatih Acet 247ae13174 Merge branch 'issue-description-scroll-fix' into 'master'
Trigger autosize update after template selection

## 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](/uploads/1ab04b4202309b13f1178e04c0953112/resize.gif)

## What are the relevant issue numbers?

Closes #21982

See merge request !6282
2016-09-15 15:06:18 +00:00
..
badges Update coverage report badge feature tests 2016-08-18 16:30:43 +02:00
branches Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name 2016-08-24 20:56:30 +08:00
commit
commits Add a test for the cherry pick dropdown. 2016-08-17 09:23:43 -06:00
files Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name 2016-08-17 13:40:18 +08:00
import_export Project tools visibility level 2016-09-01 11:47:59 -03:00
issues Hide `Create new list button` on Issues and MRs pages 2016-08-17 16:39:33 -03:00
labels fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
main Empty lines around blocks 2016-08-10 18:57:51 +08:00
members Add expiration date to group memberships 2016-08-18 21:09:17 +01:00
merge_requests Hide `Create new list button` on Issues and MRs pages 2016-08-17 16:39:33 -03:00
slack_service Refactor service settings view 2016-07-20 12:11:37 -03:00
tags Fix test by assigning the proper SHA 2016-08-16 01:43:58 +08:00
wiki `WikiPage` should have a slug even when not persisted. 2016-07-25 09:22:47 +05:30
branches_spec.rb Hides merge request button on branches page 2016-09-02 14:33:24 +01:00
builds_spec.rb improve code after review 2016-09-06 14:42:43 +02:00
developer_views_empty_project_instructions_spec.rb
edit_spec.rb Hides merge request section in edit project when disabled 2016-09-02 12:03:49 +01:00
features_visibility_spec.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
group_links_spec.rb Allow project group links to be expired 2016-08-18 22:45:41 +01:00
issuable_templates_spec.rb Trigger autosize update after template selection 2016-09-09 15:11:37 +01:00
pipelines_spec.rb Move deployable conditional to variable; fix pipelines_spec 2016-08-17 11:10:11 -05:00
project_settings_spec.rb Fix Project#to_param to keep invalid project suitable for use in URLs 2016-07-27 13:52:45 -03:00
ref_switcher_spec.rb Added ref switcher enter key tests 2016-07-19 20:26:41 +01:00
shortcuts_spec.rb