﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14739	APPHOST9602 Error when using CKEditor in native Windows App	Brandon		"== Details == 

In my particular instance I am using Cordova 6.0.0. Running the application in the browser does not produce any issues but when you compile it to a Windows app you get:
{{{
 APPHOST9602: 'javascript:' is an invalid attribute value and will be ignored.  Don’t use 'javascript:' URIs in the local context.
}}}

I should also note that text entry and most buttons become disabled.

As you probably know this is because the buttons in the toolbar use anchor tags with href attributes like:


{{{
href=""javascript:void('something')""
}}}

Here is the native [https://msdn.microsoft.com/en-us/library/windows/apps/jj860457.aspx security policy for Windows applications]

There is [http://stackoverflow.com/questions/36998377/ckeditor-version-4-5-8-disabled-in-ie-11-edge another issue open on stackoverflow] that references the same thing but for ionic framework

== Steps to reproduce ==

1. Create a hybrid application
2. Compile it to Windows
3. Run to see issues about javascript:void in href

== Expected result ==
No errors and full functionality.

== Actual result ==
Buttons and text entry are not disabled and buttons work as expected.

== Other details (browser, OS, CKEditor version, installed plugins) ==
* Windows 10
* Cordova 6.0.0
* VS 2015 Update 3
* CKEditor 4.5.9
"	Bug	confirmed	Normal		General	4.0			bstaley0@…
