xml4cn / np-activex

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

RDWeb acsess #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When was the last time the site was successfully worked with Chrome ?
最后一次正常使用这个网站是什么时候?

Please paste/attach the logs here
请在此粘贴日志的内容,或者以附件形式上传。
---------- Start of log --------------
UserAgent: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.1 (KHTML, like Gecko) 
Chrome/21.0.1155.2 Safari/537.1
Extension version: 1.4.8.4

------------ Frame 2 ------------------
Objects:
{"href":"https://web.cloudzz.com/RDWeb/Pages/en-US/default.aspx","actived":true,
"rule":"custom_1338794936432_22_60558"}

Log:
10:41:39 PageURL: https://web.cloudzz.com/RDWeb/Pages/en-US/default.aspx
10:41:39 Loading config from session cache
10:41:39 Set userAgent: ie9
10:41:39 Page 
rule:{"title":"Rule","type":"wild","value":"https://*.cloudzz.com/*","userAgent"
:"ie9","script":"createElement none2block formid dynamic 
ieevent","identifier":"custom_1338794936432_22_60558"}
10:41:39 Dynamic create MsRdpWebAccess.MsRdpClientShell
10:41:39 BeforeLoading 
10:41:39 Found objects created by client scripts
10:42:44 0x00630ca0 axhost.cpp:468 AxHost.setClsIDFromProgID: PROGID 
MsRdpWebAccess.MsRdpClientShell resolved and set
10:42:44 0x00630ca0 FakeDispatcher.cpp:85 Disp 0x02292cf0 Type: [object 
HTMLDocument], Name: 
10:42:44 0x00630ca0 axhost.cpp:551 AxHost.CreateControl: control created 
successfully
10:42:44 0x00630ca0 npactivex.cpp:459 00630ca0 AxHost.NPP_New: Create control 
finished
10:42:44 found 1 object(s) on page
10:42:44 found 1 object(s) on page

---------------- End of log ---------------
624274093

If the website is not accessible from everyone, we may request you to send
us the content of page.
如果这个网站不能任意访问,我们可能以后会需要您提交
网页的内容以供调试。

http://pastebin.com/m9EZ6a12

Original issue reported on code.google.com by NosovK on 4 Jun 2012 at 7:48

GoogleCodeExporter commented 9 years ago
https://web.cloudzz.com/RDWeb/Pages/renderscripts.js:370
    var strLoggedOnDomainUserName = objForm.elements("DomainUserName").value;

In Chrome, elements cannot be used as method, but can in IE.
If you can reach the website owner, try to change this to 
objForm.elements["DomainUserName"], so it won't cause problem in Chrome.

If this is not possible, I'll submit a patch on this.

Original comment by qiu...@gmail.com on 25 Jun 2012 at 2:13

GoogleCodeExporter commented 9 years ago
It's standart panel from Microsoft product TSWebAplication. Probably microsoft 
wouldn't change it till next version.
I hope you can solve it, thanks for your's attention.

Original comment by NosovK on 25 Jun 2012 at 2:25

GoogleCodeExporter commented 9 years ago
There is login for test: demo@cloudzz pass: demodemo

Original comment by NosovK on 25 Jun 2012 at 2:26

GoogleCodeExporter commented 9 years ago
Thanks for your demo account.
It has been fixed, and the patch will release on next update.

Original comment by qiu...@gmail.com on 26 Jun 2012 at 7:24