Hello, I was wondering if it's a bug or not, but when I hit the reply button, I am not scrolled down automatically to where I should write(using Opera atm).
in the comment.js script, after $create.redactor('focus.setEnd');, just add the following to fix it;
window.location.hash = '#w2';
..or your own version of scrolling down to an ID, event listener on a.comment-reply or something similar :)
Keep up the good work, guys!
