- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Mar 2010 10:10:19 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv16142 Modified Files: Overview.html Log Message: comment on synthetized click event Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- Overview.html 17 Mar 2010 10:09:30 -0000 1.40 +++ Overview.html 17 Mar 2010 10:10:17 -0000 1.41 @@ -343,6 +343,8 @@ inp.type = "file"; inp.accept = "video/*"; inp.onchange = function () { sucCB(this.files[0]); }; + // this is only possible in trusted environments + // the click event cannot be synthetized by default inp.click(); }
Received on Wednesday, 17 March 2010 10:10:23 UTC