svnlabs / google-caja

Automatically exported from code.google.com/p/google-caja
0 stars 1 forks source link

HTML Service does not work in Chrome on Nexus, but works in FF on Nexus, and Desktop Chrome #1958

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Using HTML Service to serve a HTML form on the server side
2.Using Chrome on Nexus 5, access the webpage 
3.Click on a button that has Onclick events triggered

What is the expected output? What do you see instead?
Javascript should run but it doesn't.

Does not work on:
    Phone : Nexus 5
    Android version: 5.0.1
    Chrome Version: 40.0.2214.109

Works on:
    Phone : Nexus 5
    Android version: 5.0.1
    Firefox Version: 36.0.1

Also works on:
    Computer: Lenovo T420
    OS version: Windows 7 Enterprise Service Pack 1 32 bit
    Chrome Version: 41.0.2272.76

Contact me for URL for test case.

Original issue reported on code.google.com by shahri...@gmail.com on 12 Mar 2015 at 3:45

GoogleCodeExporter commented 9 years ago
I'm not sure whether to mark this Fixed, WontFix, or Pending. On the Caja side, 
it is fixed in Caja r5717 by
https://codereview.appspot.com/202040043/
https://codereview.appspot.com/202030043/
https://codereview.appspot.com/214110043/

which makes things work on Firefox, Chrome 41, and Safari. Unfortunately, at 
the present time, the current release of Chrome for Android is Chrome 40, and 
Caja cannot run safely there in Apps Script NATIVE mode.

Marking this Pending for now. Once Chrome 41 is released for Android, I'll 
change to Fixed.

Original comment by erights on 13 Mar 2015 at 8:09