﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13922	Autogrow plugin failure to make the editable area grow properly if the zoom plugin is set to value greater than 100 %	Edson		"== Steps to reproduce ==

1. Download CKeditor custom preset standard plus plugins Auto Grow and Zoom

2. Edit ckeditor\samples\js\sample.js to include:

{{{
CKEDITOR.config.extraPlugins = 'autogrow';
CKEDITOR.config.removePlugins = 'resize';
}}}


3. Open ckeditor\samples\index.html

4. Click Source Code button, clear all code and paste this code:

{{{
<p>start text</p>

<p>text text text text text text text text text text text text text text text text text text</p>

<p>text text text text text text text text text text text text text text text text text text</p>

<p>text text text text text text text text text text text text text text text text text text</p>

<p>end text</p>
}}}

5. Click Source Code button again and apply zoom grater than 100%

== Expected result ==

See all paragraphs

== Actual result ==

It can not see the all paragraphs

== Other details (browser, OS, CKEditor version, installed plugins) ==

Firefox ESR 38.4.0
"	Bug	confirmed	Normal		General				
