Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Awesome plugin, one small annoyance.

ShmizzleShmizzle New
edited November 2010 in Vanilla 2.0 - 2.8
Thanks for this plugin. Just one small annoyance; if you start selecting text, and then lift your mouse button when the pointer is located outside of the post you were selecting from, then even if all of the text that's selected is within a valid region (a single user's post) then the quote button does not appear because the mouse pointer is outside of the comment's region. This actually happens pretty often to me.

The "problem" lies within the following code:

meta = $(e.target).parents("li.Comment").find(".Meta"); if (meta.length==0) // selected text does not belong to comments return;

Not sure how to fix this, though, aside from adding padding to the comment box (div.Message).

Also, on my forum, newlines aren't quoted properly (at all).

Comments

Sign In or Register to comment.