[dokuwiki] Re: Double keydown events in Epiphany

  • From: Michael Hamann <michael@xxxxxxxxxxxxxxxx>
  • To: dokuwiki <dokuwiki@xxxxxxxxxxxxx>
  • Date: Thu, 11 Nov 2010 20:21:12 +0100

Hi,

Excerpts from TNHarris's message of 2010-11-09 01:57:31 +0100:
> Has anyone seen keydown events get sent twice from a WebKit browser?
> It's making the list indent script insert two carriage-returns when I
> press enter. I was able to quash the first event by adding...
> 
>     if(e.returnValue === false) return;
> 
> to keyHandler in lib/scripts/edit.js. But IE also uses the returnValue
> property, and I haven't tested it there yet.
> 
> I'm using Epiphany 2.30.6, WebKit 531.2 in Debian squeeze.
> 

I can't reproduce that with Epiphany 2.30.6 and libwebkit 1.2.5-1 on
Arch Linux. Which version of DokuWiki are you using and what exactly are
doing to get that bug? I've tested using a git version of Nov 1.

Michael
-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: