erwinwinata / ff-activex-host

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

Update new CAB version ActiveX codeBaseURL do not load #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Here HTML example uses CAB activeX version 1,9,1
<object
        id="Control"
        TYPE="application/x-itst-activex"
        WIDTH="300" HEIGHT="300"
        clsid="{243dDB6E-AE6D-11cf-96B8-444553543333}"
        codeBaseURL="http://localhost/mycab.cab#version=1,9,1">
</object>
2.
We have a new CAB version need ActiveX fixed some bugs version 1,9,2
<object
        id="Control"
        TYPE="application/x-itst-activex"
        WIDTH="300" HEIGHT="300"
        clsid="{243dDB6E-AE6D-11cf-96B8-444553543333}"
        codeBaseURL="http://localhost/mycab.cab#version=1,9,2">
</object>

What is the expected output? What do you see instead?
New activeX version 1,9,2 did not install on (2).

What version of the product are you using? On what operating system?
Firefox version 8.0 / Windows Vista Ultimate

Please provide any additional information below.

Original issue reported on code.google.com by liam.kha...@gmail.com on 6 Feb 2012 at 4:13