Skip to content

Fix editor in IE producing errors #1096

username-removed-106148 requested to merge tostercx/gitlab-ce:master into master

IE seems to handle form submission oddly. It gets fired twice - once from javascript and once from the form click, producing 2 identical requests and causing #1096 (closed).

Similar issues: http://stackoverflow.com/questions/14373800

Returning false from the click event seems to fix it and shouldn't cause any side-effects.

Merge request reports