﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14760	ScrollIntoView also expands selection to entire paragraph	David Pidcock		"== Steps to reproduce ==

1.  With the example page, select some text (anywhere seems to work).
2. Hit the button -- which runs the following code : 
{{{#!javascript
   function scroll() {
      var selection = editor.getSelection();
      selection.scrollIntoView();
    } 
}}}
== Expected result ==
The selection is scrolled into view, but remains the same selected text.


== Actual result ==
The selection expands to the enclosing paragraph.

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tested on Chrome"	Bug	confirmed	Normal		General	4.0			
