Closed GoogleCodeExporter closed 8 years ago
var upListener = function(e) {
document.removeEventListener("mousemove", moveListener, false);
this.removeEventListener('mouseup',arguments.callee,false);
}
Original comment by bchesn...@gmail.com
on 25 Aug 2008 at 5:00
full code how are handle event : http://friendpaste.com/LG2eqxNd
Original comment by bchesn...@gmail.com
on 25 Aug 2008 at 5:05
quick an dirty patch to fix it. It seem that the problem is teh wrappinf of
removeEventListener function.
Original comment by bchesn...@gmail.com
on 25 Aug 2008 at 10:47
Attachments:
Do you have a more complete test case?
Original comment by dean.edw...@gmail.com
on 26 Aug 2008 at 2:12
Here is full js code :
http://friendpaste.com/7kDySgjt
It basicaly react when you click on a link <a href="#"
class="createItem'>create</a> and fill a <div
id="#createDesk"></div> in the page.
hope it could help.
Original comment by bchesn...@gmail.com
on 26 Aug 2008 at 2:34
It's OK, I can recreate the problem now.
Original comment by dean.edw...@gmail.com
on 26 Aug 2008 at 2:40
This is now fixed in the trunk:
http://base2.googlecode.com/svn/trunk/lib/
Original comment by dean.edw...@gmail.com
on 26 Aug 2008 at 8:21
Thanks for the fix. however I still have the problem with firefox running on
mac. and I hink it will create the
error on linux too. +Why not using @!gecko rather than
"@Linux|Mac|opera|webkit[1-4]" ?
Original comment by bchesn...@gmail.com
on 26 Aug 2008 at 8:59
Sorry. You're right. "@!gecko" is probably what I want. :-)
Original comment by dean.edw...@gmail.com
on 27 Aug 2008 at 12:17
Fixed. Please verify.
Original comment by dean.edw...@gmail.com
on 27 Aug 2008 at 2:30
tested this morning, it works now. Thanks :)
Original comment by bchesn...@gmail.com
on 27 Aug 2008 at 8:31
Original issue reported on code.google.com by
bchesn...@gmail.com
on 25 Aug 2008 at 3:18