<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/zen_mode.js.coffee, branch parallel-tests</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>Refactor ZenMode</title>
<updated>2016-01-09T04:36:09+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-09T04:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89ca4f04f6d46fdc9eee2907669b63f220be3f20'/>
<id>89ca4f04f6d46fdc9eee2907669b63f220be3f20</id>
<content type='text'>
- No longer depends on the "hidden checkbox".
- No longer depends on manually storing/restoring the scroll position.
  Instead, we take advantage of jquery.scrollTo.
- Event-based.
- Simplifies the state-based styling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- No longer depends on the "hidden checkbox".
- No longer depends on manually storing/restoring the scroll position.
  Instead, we take advantage of jquery.scrollTo.
- Event-based.
- Simplifies the state-based styling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove style attribute from textarea during ZenMode activation</title>
<updated>2015-09-04T22:01:36+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-09-04T20:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38f1d571fe17725d437dae2f6c4f18006117ef9d'/>
<id>38f1d571fe17725d437dae2f6c4f18006117ef9d</id>
<content type='text'>
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ZenMode javascript specs</title>
<updated>2015-06-03T00:32:07+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-21T05:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f76a3f3db767da92149545ea54115d5ff40d722e'/>
<id>f76a3f3db767da92149545ea54115d5ff40d722e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-escape-key-in-zen-mode' into 'master'</title>
<updated>2015-05-26T17:26:28+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-05-26T17:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c2acc51e24db47aa4d4efbeba792c3b90d9b923'/>
<id>5c2acc51e24db47aa4d4efbeba792c3b90d9b923</id>
<content type='text'>
Fix Zen Mode not closing with ESC key

### What does this MR do?

This MR fixes the ESC key not leaving Zen Mode (fullscreen).

### Why was this MR needed?

This has been broken since GitLab v7.8. The `change` event for `zen-toggle-comment` was never fired. See:

http://stackoverflow.com/questions/19505011/checkbox-checked-with-prop-does-not-fire-events-attached-to-change?answertab=votes#tab-top

### What are the relevant issue numbers?

* Closes #1025
* Closes https://github.com/gitlabhq/gitlabhq/issues/9018

See merge request !710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Zen Mode not closing with ESC key

### What does this MR do?

This MR fixes the ESC key not leaving Zen Mode (fullscreen).

### Why was this MR needed?

This has been broken since GitLab v7.8. The `change` event for `zen-toggle-comment` was never fired. See:

http://stackoverflow.com/questions/19505011/checkbox-checked-with-prop-does-not-fire-events-attached-to-change?answertab=votes#tab-top

### What are the relevant issue numbers?

* Closes #1025
* Closes https://github.com/gitlabhq/gitlabhq/issues/9018

See merge request !710
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Markdown preview not working in Edit Milestone page</title>
<updated>2015-05-26T04:03:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-05-26T03:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae552ec3158c88b6eb6d61cd4281442eff8d63b4'/>
<id>ae552ec3158c88b6eb6d61cd4281442eff8d63b4</id>
<content type='text'>
Closes #1687
Closes https://github.com/gitlabhq/gitlabhq/issues/9325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1687
Closes https://github.com/gitlabhq/gitlabhq/issues/9325
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Zen Mode not closing with ESC key</title>
<updated>2015-05-26T03:27:20+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-05-26T03:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=710627fbd89560f40fb37e25f474859a3914a381'/>
<id>710627fbd89560f40fb37e25f474859a3914a381</id>
<content type='text'>
Closes #1025
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1025
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor zen mode. Make it works in diffs</title>
<updated>2015-01-15T08:15:12+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-01-15T08:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cad685e70b704a98778aa11a5f3c3448334367ff'/>
<id>cad685e70b704a98778aa11a5f3c3448334367ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable dropzone in ZEN mode</title>
<updated>2014-10-01T14:40:30+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2014-10-01T14:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63377c9ba570ad71666cdd88cc776cd9c3d92231'/>
<id>63377c9ba570ad71666cdd88cc776cd9c3d92231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Save last scrollposition and scroll back when leaving ZEN mode</title>
<updated>2014-09-21T19:06:38+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2014-09-21T19:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28ba985ef936bfffcb83025b2a093e048c761938'/>
<id>28ba985ef936bfffcb83025b2a093e048c761938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent default action when closing zen mode</title>
<updated>2014-09-20T16:15:36+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2014-09-20T16:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5badd7ef661e9e896fe272614eca4171ed76cf4'/>
<id>d5badd7ef661e9e896fe272614eca4171ed76cf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
