I inspect code and found this JavaScript function:

  // This is the function that registers double clicks.
  // isPreview is true if the current page is an edit draft preview
  function setCallback(node, line, isPreview) {
  ...
  node.addEventListener('dblclick',doActionEdit,false);
  ...
  node.attachEvent('ondblclick',doActionEdit);

  // walk part of DOM and add doubleclick function to all nodes with tagNames
  function walkDom (someNode, lineNbr, isPreview, nextId, topId) { 

in:

  http://wiki.debian.org/htdocs/common/js/common.js

I am not experienced in JS or MoinMoin to say how disable harm from double
clicks. May be just comment all 'walkDom' calls...

-- 
Best regards!


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to