http://bugzilla.qooxdoo.org/show_bug.cgi?id=7989

Best regards,
 Jeroen


-----Original Message-----
From: Jeroen Smit [mailto:[email protected]] 
Sent: dinsdag 10 december 2013 15:37
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Several issues in 3.0.1 with window.ActiveXObject

Hi,

I will enter a bugreport.
Main issue is that private method "__isAvailable" in Plugin.js doesn't work in 
IE11 as documented on window.ActiveXObject.
Current code:
    __isAvailable : function(activeXName, pluginNames) {
      // IE checks
      if (qx.bom.client.Engine.getName() == "mshtml") {

        var control = window.ActiveXObject;
        if (!control) {
          return false;
        }

Where the first check should be (code already in Plugin.js):
if (!qx.bom.client.Plugin.getActiveX()) {

Best regards,
 Jeroen


-----Original Message-----
From: Richard Sternagel [mailto:[email protected]] 
Sent: dinsdag 10 december 2013 14:51
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Several issues in 3.0.1 with window.ActiveXObject

Hi Jeroen,

can you elaborate on the issues you're having (your use cases - reasons why 
this could be important to fix) in a bug report?

Regards
Richard

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to