﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16722	Number of rows must be a number greater than 0	Jakub Ś		"== Steps to reproduce ==

Based on comment - http://dev.ckeditor.com/ticket/11644#comment:6

1. Put attached script into your editor folder
2. Assign it to one of samples like replacebycode.html {{{<script src=""../../myscript.js""></script>}}} 
3. 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}}}.
"	Bug	confirmed	Normal		General	4.0			
