Opened 8 years ago
Last modified 8 years ago
#16722 confirmed Bug
Number of rows must be a number greater than 0
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
Based on comment - http://dev.ckeditor.com/ticket/11644#comment:6
- Put attached script into your editor folder
- Assign it to one of samples like replacebycode.html
<script src="../../myscript.js"></script>
- Load the page, open table dialog and press OK to insert default table
Expected result
Table gets inserted.
Actual result
Dialog shows up saying "Number of rows must be a number greater than 0". The global function from custom script gets called.
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced in all browsers from CKEditor 4.0 at least.
To solve this we would probably need to rename core.dom.element.getValue()
or plugins.dialog.plugin.getValue
or plugins.dialogui.plugin.getValue
.
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | myscript.js added |
---|
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|