xml4cn / np-activex

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

activeX does not run on chrome #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
---------- Start of log --------------
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like 
Gecko) Chrome/18.0.1025.168 Safari/535.19
Extension version: 1.4.8.2

------------ Frame 2 ------------------
Objects:
{"href":"http://localhost:55206/","clsid":"{1FC0D50A-4803-4f97-94FB-2F41717F558D
}","actived":true,"rule":"custom_1333800589786_23_34481"}

Log:
10:38:07 PageURL: http://localhost:55206/
10:38:07 Page rule:null
10:38:07 found 1 object(s) on page
10:38:07 Warning: Detected display:none for axHello at level 0
10:38:07 Enabled object, id: axHello clsid: 
{1FC0D50A-4803-4f97-94FB-2F41717F558D}
10:38:07 found 0 object(s) on page

---------------- End of log ---------------
-615907725

Original issue reported on code.google.com by jinade...@gmail.com on 17 May 2012 at 5:12

GoogleCodeExporter commented 9 years ago
Don't set the display property of any of the object's parents to none.
In chrome, it won't load the object if it's totally not displayed.

You can set the width and height to 0 to hide the object.

Original comment by qiu...@gmail.com on 17 May 2012 at 5:15