Opened 9 years ago
Last modified 9 years ago
#13922 confirmed Bug
Autogrow plugin failure to make the editable area grow properly if the zoom plugin is set to value greater than 100 %
Reported by: | Edson | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Download CKeditor custom preset standard plus plugins Auto Grow and Zoom
- Edit ckeditor\samples\js\sample.js to include:
CKEDITOR.config.extraPlugins = 'autogrow'; CKEDITOR.config.removePlugins = 'resize';
- Open ckeditor\samples\index.html
- 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>
- 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
Attachments (3)
Change History (8)
Changed 9 years ago by
Attachment: | autogrow+zoom+100percent.png added |
---|
comment:1 Changed 9 years ago by
Keywords: | autogrow zoom removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.4 |
I was surprised there is no scrollbar but I have checked it in standard Firefox and scroll bar is there. Perhaps there is something wrong with the ESR version.
As for the "It cannot see the all paragraphs". Please not that zoom is only assigned to editor content area and not main page.
comment:3 Changed 9 years ago by
Thanks for your answer j.swiderski. The scroll bar is set to hide when plugin Auto Grow is enabled. This is correct as you can see in http://ckeditor.com/demo#auto-grow. But when Auto Grow plugin and Zoom plugin are enabled together and zoom level is set above 100%, the autogrow doesn't work as it should. In Chrome 46.0.2490.86 and Firefox 42.0, after to apply zoom 125%, for example and to click into editor's editable area, the editable area does not grow enough to make the entire text visible in the editable area. In Internet Explorer 10.0.9200.17357 the autogrow plugin makes the editable area grow enough after zoom 125% (or above), but only just after the click into area editable.
comment:4 Changed 9 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Changed 9 years ago by
Attachment: | 2015-11-17_1535.swf added |
---|
comment:5 Changed 9 years ago by
Status: | reopened → confirmed |
---|
@edsonperotoni thank you for the follow up. Yes, you are right. There is no scroll and you can't see the whole text. I must have not checked this properly.
The problem is that zoom plugin is third-party plugin and we don't support it. I'm confirming this issue because maybe the autogrow could (as well as find plugin from #13372) support the transform: scale(N.NN);
.
Auto grow + zoom 100%