Currently textarea tag does not have id="message" in quickreply_editor.html, unlike, for example, in posting_editor.html
<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
This prevents from adding JavaScript event listeners when developing extensions.