id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 7635,FF scrollIntoView doesn't work,robmueller,,"1. Go to http://ckeditor.com/demo 2. Scroll the editing area to the bottom and click at the end of the document. The insertion point should be at the end now. 3. Run the following code in console or firebug or via javascript: in the address bar. {{{ var e = CKEDITOR.instances.editor1; var d = e.document; var r = new CKEDITOR.dom.range(d); r.selectNodeContents(d.getBody()); r.collapse(true); r.select(); e.focus(); e.getSelection().scrollIntoView(); }}} In FF4, the cursor doesn't scroll into view, but if you use the scrollbar of the editor to scroll up, you'll see the cursor is at the beginning of the document.",Bug,confirmed,Normal,,General,3.0,,Firefox,