Craig Campbell
Craig Campbell
@tomasdev there is a legacy.js file that adds some of the old ie functionality, it is specifically the change event that doesn't work: https://github.com/ccampbell/gator/blob/master/plugins/gator-legacy.js
Thanks. At the moment that is not possible, but I could see that being useful. I sometimes end up doing similar things by commenting out code in Luna to keep...
Hey sorry. It certainly sounds like something that could be supported. I just don’t have time to work on it right now.
Hi there, Thanks for reaching out. 1. The project is active, but I wouldn’t say I am actively working on it right now. I am using it on a few...
Hey. I am definitely not opposed to the idea. I am not really familiar with how this works in other testing frameworks. Is it a matter of taking screenshots and...
Oh. So this looks like it is a “snapshot” of the actual render tree with the current state and properties. I thought you meant snapshots like actual screenshots of the...
Thanks for the report! It’s been a long long time since I have looked at this project. It’s a strange issue and something to do with using absolute paths. I...
Thanks for this... It is definitely strange behavior, but I think part of it has to do with dynamically adding and removing bindings. If you take a look at this...
Do you mean you are looking for a function where you can do `Mousetrap.isBound('ctrl+s')` to check if that combination is bound?
Hi. Thanks for following up on this. I am happy to merge this. My only question for @bolasblack (if he even remembers after all these years) is why the `destroy`...