George Kalpakas
George Kalpakas
Sorry it is taking so long, @felixzapata. It is still on my todo list. I'll get to it after 1.5.9 and 1.6.0-rc.0 are released.
@jbedard, I didn't think through the implementation details. I was referring to the end result :grin:
@lgalfaso, I am kind of confused. Is there some followup planned with more features ? From the discussion above, I got the impression this would be more feature-rich/involved. In the...
> When I said "this should land", I hadn't actually reviewed this, by the way ;-P Wait...whaat ?! We should actually **review** the PRs before LGTM'ing ? :stuck_out_tongue:
Wouldn't it be easier to just add an extra listener on IEs: ``` js element.on('??mousedown/mouseup/click??', function(event) { deferListener(event, this, this.value); }); ```
It has been abandoned (afaict) :grin: If anyone wants to take it over, we will be more than happy to offer guidance and reviews, but I don't think we have...
I tried to reproduce, but couldn't get the extension to work on Firefox 55. Can you?
I am using Firefox 55.0.3 (64-bit) (on Windows 10) and I can't get the temp extension to load when I include the angular.js file in `content_scripts[0].js` array: ```json "//": "This...
But I was able to reproduce the problem with `requestAnimationFrame` in Firefox extensions. All you need is: ```js // test.js var raf1 = requestAnimationFrame; var raf2 = window.requestAnimationFrame; console.log(raf1 ===...
> (1) the demo extension works for me in Firefox 55.0.3 (32-bit) on Windows 10. However, since you are able to reproduce the problem without angular.js, let's not worry about...