Opened 9 years ago
Closed 9 years ago
#13808 closed Bug (duplicate)
Find plugin doesn't scroll correctly when zoom is set
Reported by: | matejp | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- put enclosed war to he web server and rund index.html
- press enter about 20 times
- write "test"
- press control+home to return to the top of the editor
- click on find icon (8th from the left in the toolbar), write "test" to the input field, click find
- edtior correctly scrolls to the bottom where "test" word is
- close input popup
- press control+home to return to the top of the editor
- click on zoom and set it to 150%
- click on find icon (8th from the left in the toolbar), write "test" to the input field, click find
- editor doesn't scroll to the bottom where "test" word is
Expected result
- editor shoud scroll to the find result regardless zoom
Actual result
- editor doesn't scroll to the bottom where "test" word is
Other details (browser, OS, CKEditor version, installed plugins)
Chrome and IE, Win8, 4.4.7, zoom In Firefox and Edge it works OK!
Attachments (1)
Change History (2)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Keywords: | find zoom removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.4.7 |
Thank you for the code. It has been helpful. It has turned out that your report is just another test case for #13372.
I'm closing this ticket as duplicate.
File with example to reproduce bug