quanken / np-activex

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

Error with multiple accounts #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What's the URL of the page that contains a bug?
It's on internal server

Does it work before? If not, when did you find this problem?
Yesterday

What steps will reproduce the problem?
1. Create page is using dynamic ActiveXObject(code i use is like that one):
$(document).ready(function(){
  try {
    var autoit = new ActiveXObject('AutoItX3.Control');
  }
  catch(err) {
    alert('AutoIt library is not registered.');
  }
});
2. Create two accounts in Chrome
3. Install extension for both of them
4. Open browser for both accounts
5. One of them would not work(dll is not loaded)

What is the expected output? What do you see instead?
Expected output: extension works on another account. It does not work on second 
chrome account

What version of the product are you using? On what operating system? On
which version of your browser?
Google Chrome 25.0.1364.152. Extension version: 1.5.0.0. Operating systems: 
Windows 7 and Windows XP.

Original issue reported on code.google.com by morfi...@gmail.com on 15 Mar 2013 at 6:34