<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/behaviors, branch example-java</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Allow manual resize of js-autosize textareas</title>
<updated>2016-02-01T22:00:03+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-01T21:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=933834c4a60610710fc949daa2e15531c2c45780'/>
<id>933834c4a60610710fc949daa2e15531c2c45780</id>
<content type='text'>
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
</pre>
</div>
</content>
</entry>
<entry>
<title>Autosize textareas</title>
<updated>2016-01-13T19:51:07+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-11-29T22:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=552c179acdeb73bd7a12c9e8839c06bb601cf136'/>
<id>552c179acdeb73bd7a12c9e8839c06bb601cf136</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check originalEvent.repeat *and* event.repeat</title>
<updated>2015-10-07T21:59:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T21:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dbf9ccbcfe788beb24cda34b0d86b7e12ecdf4bb'/>
<id>dbf9ccbcfe788beb24cda34b0d86b7e12ecdf4bb</id>
<content type='text'>
phantomjs &lt; 2.0 doesn't support creating `KeyboardEvent` so the tests
were failing on CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
phantomjs &lt; 2.0 doesn't support creating `KeyboardEvent` so the tests
were failing on CI
</pre>
</div>
</content>
</entry>
<entry>
<title>Check originalEvent.repeat</title>
<updated>2015-10-07T19:23:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T19:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcf99d0d09d63d0662290658ebc1e366bfc11bf0'/>
<id>fcf99d0d09d63d0662290658ebc1e366bfc11bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Quick Submit" JS behavior</title>
<updated>2015-10-07T19:23:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-05T22:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01d0926bc16bb82ef676c35a5a61b8e90a82654c'/>
<id>01d0926bc16bb82ef676c35a5a61b8e90a82654c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require jquery.turbolinks in all JS specs</title>
<updated>2015-10-07T19:23:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-05T22:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38fbfb9fe6d52e1a36b16ccc2a9da9ae01561cca'/>
<id>38fbfb9fe6d52e1a36b16ccc2a9da9ae01561cca</id>
<content type='text'>
Side-effect: This simplifies the requiresInput handler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Side-effect: This simplifies the requiresInput handler
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Requires Input" JS behavior</title>
<updated>2015-06-27T02:06:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-24T03:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4472cee78c1904b801d25d51c14b557afc44816'/>
<id>e4472cee78c1904b801d25d51c14b557afc44816</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove taskable.js</title>
<updated>2015-05-06T16:58:27+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-04-29T19:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ef8bd33d03947528979540c6f7013c2b4c2a4ce'/>
<id>5ef8bd33d03947528979540c6f7013c2b4c2a4ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable line wrapping by default and remove the checkbox to change it</title>
<updated>2015-03-18T07:46:53+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-03-17T14:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=120f032b1a6c7df431da6821d22c806b6c9bf4ca'/>
<id>120f032b1a6c7df431da6821d22c806b6c9bf4ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename coffeescript file</title>
<updated>2014-10-07T16:17:04+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2014-10-07T16:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9dcb643fd4fe9e6b36239f3d7589fd9079d35dfb'/>
<id>9dcb643fd4fe9e6b36239f3d7589fd9079d35dfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
