Andrew Spode

Results 12 comments of Andrew Spode

I'm also having this problem. No fiddle required - just go to the demos page: http://seiyria.com/bootstrap-slider/ Open a console and put in "document.body.style.zoom = 1.5" and the handles pick up...

So I did a little debugging/reading. From what I've read the mouse coordinates are given for the unzoomed page, which is obviously not inline with what is being rendered. Inside...

I'm having this error too and I think it's stopping a callback somewhere from bubbling, as I'm left hanging waiting for a response in my code. It's slightly different mind...

I do seem to be able to reproduce it, but I don't feel I'm doing anything wrong - it's all working fine on Android. The issue (as far as I'm...

I fixed all the API misuse errors by adjusting the code myself. I'll try and hunt out my changes - but ultimately the main one, was an additional cache to...

Hi JeeWee - I'm not really maintaining this project anymore - but if you did a PR I would happily publish it. It's possible that running out of memory could...

That is odd - I would first check the Background Page console log to see if any errors are being generated.

Is there a reason this hasn't been merged in yet? It's breaking lots of things :)

Has there been any movement on this issue? I don't have the option of making a top-level page as it's a large company Notion space. It would need to be...

I've stepped through the code and traced this back to an issue in the underlying Notion API package. It's caused by "limit" being set too high. For some reason the...