- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 12:46:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31638 Modified Files: dfn.js Log Message: updated Index: dfn.js =================================================================== RCS file: /sources/public/html5/spec-author-view/dfn.js,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- dfn.js 8 May 2011 10:23:01 -0000 1.24 +++ dfn.js 8 May 2011 12:46:36 -0000 1.25 @@ -79,7 +79,7 @@ } } } - if (key === 32 || key === 13) { + if ((key === 32 || key === 13) && !dfnPanel) { window.dfnShow(e); if (e.target.nodeName === "DFN") { e.preventDefault();
Received on Sunday, 8 May 2011 12:46:59 UTC