quanken / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

ActiveX for Chrome Conflicts #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi there,

iam using the ActiveX for Chrome for my web application, i got some 
problem/conflics, my javascript control not run properly if i enable this 
ActiveX extension, bellow the list of my javascript control :
1. CKEDITOR (www.ckeditor.com)
sample:
CKEDITOR.appendTo('my-div-id');

2. when i try to call this function:
var fso = new ActiveXObject("Scripting.FileSystemObject");
var filepath = $(selector).val();
var thefile = fso.getFile(filepath);

thanks,
Ifan

Original issue reported on code.google.com by i...@mquestsys.com on 14 Aug 2013 at 3:50

GoogleCodeExporter commented 9 years ago
If you want to use "new ActiveXObject()", add "dynamic" to helper scripts in 
your options. See predefined rules for examples.

Original comment by qiu...@gmail.com on 26 Oct 2013 at 11:20