"Hashar" posted a comment on MediaWiki.r95680.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95680#c28333

Commit summary for MediaWiki.r95680:

(bug 30617) inline comments forms cannot be closed

On clicking a line, a javascript insert a <tr> element containg the
form. That <tr> did not get an unique id which caused troubles when
opening multiples inline comments.

This patch forge an id based on the diff line it applies to which should
be unique since we only allow one comment form per line.

Hashar's comment:

Follow up is r107074

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to