Joseph McCullough
Joseph McCullough
Hey there, So I'm finally getting around to merging this in, and the code is actually incorrect. `$(this)` within the callback function provided to all refers to the `th` we...
It seems that touchend and click are not mutually exclusive events. Consequently, devices that support both will have a 'doubleclick' effect. Not quite sure what to do about this, there...
Hey there! I was unable to replicate this with Ubuntu 14.04, Python 2.7.10. Side note, I thought > platform darwin -- Python 2.7.9 -- py-1.4.26 -- pytest-2.6.4 Implied this test...
Cool, thanks for taking the time to do this. I'll try to reproduce using 2.7.9
Why is this closed? Edit: Misread, #102 is closed.
I was able to reproduce the issue with version `1.13.1`. I created a repo matching the issue description at https://github.com/joequery/tmptest, so for convenience to replicate you can run ```shell $...
I'll look into it. Thanks for the review
That was naive parsing on my part: I'll roll out a fix soon! On Feb 29, 2012, at 2:46 PM, Chris [email protected] wrote: > If there's a way to place...
I see the issue as well. An interesting observation for me is that the tooltip will relocate properly after scrolling.
The single threaded option is `--nothreading`, but that doesn't resolve the issue for me. I might poke around if I can find some time.