id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 14518,"On IE11, data-bound elements in dialog are not updated when clicking OK",andysd,,"Perhaps related to Issue 14517, but this one only happens on IE. On Safari and Firefox, there is no issue. The testcase uses a very simple example of knockout.js to bind an html input element to a value in a viewModel. It seems that because ckeditor tries to manage all aspects of focus and blur, something is lost (on IE only) when the OK button is clicked and the input field loses focus. == Steps to reproduce == 1. Download the attached plug-in to plugins folder, and add to config.js config.extraPlugins = 'bugplugin'; 2. Run index.html, adjusting paths to require.js and knockout.js as needed 3. Follow the simple testcase on-screen, basically change a value and click OK. == Expected result == Alert should show the value you just entered into Input1. == Actual result == On IE11, the current value is not shown . The old value is shown. == Other details (browser, OS, CKEditor version, installed plugins) ==",Bug,pending,Normal,,General,,,IE,