You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harshit Bansal 2c7661a524 Fix wrong text getting saved on editing second comment on an issue. (#5608)
* comments: Fix an incorrent DOM element selection.

This commit fixes a bug that was causing text from previously edited
comment to get saved when two comments were edited one after other.
Text area with id of `#content` isn't unique on the page but it was
being treated as unique by the event handling code.

Fixes: #5581.

* templates: Remove `id` from textarea in commit edit form.

An element is assigned an `id` only if it is unique for the whole page
but in this case there can be multiple textarea so it should have one.
6 years ago
..
box.tmpl Fix wrong text getting saved on editing second comment on an issue. (#5608) 6 years ago
comment_form.tmpl Add comment replies (#5104) 6 years ago
comment_form_datahandler.tmpl Pull request review/approval and comment on code (#3748) 6 years ago
comments.tmpl Restrict permission check on repositories and fix some problems (#5314) 6 years ago
new_comment.tmpl Pull request review/approval and comment on code (#3748) 6 years ago
new_review.tmpl User shouldn't be able to approve or reject his/her own PR (#4729) 6 years ago
page.tmpl Fix emojis not showing in commit messages (#5168) 6 years ago
section_unified.tmpl Add comment replies (#5104) 6 years ago
whitespace_dropdown.tmpl Add whitespace handling to PR-comparsion (#4683) 6 years ago