Denis Karabaza

Results 31 comments of Denis Karabaza

This looks similar to https://github.com/simplesmiler/vue-clickaway/issues/7 There are two reasons that this could happen: 1. Click events don't reach the document root. Unfortunately I don't know a good solution for this....

Unfortunately, I don't have an apple device to test on, so I still don't have a solution. Regarding support for specifying event, there's #14, I will gladly accept a pull...

Now there is an iPad accessible to me, and I will try to hunt down the issue this weekend.

So I've made a round of tests on iPad 4 with iOS 10.3.3 using Safari. From what I could gather: - Safari is finicky with caching. When you close the...

Hi, thanks for taking your time to read the code! You are correct regarding the stopPropagation, and this is exactly why it's [recommended not to use stopPropagation](https://css-tricks.com/dangers-stopping-event-propagation/) unless you know...

It works for `localhost:80` and `127.0.0.1:80` now, which already helps tremendously. But not for other ports from localhost. e.g. 3000, 8000 and 8080 (these are common ports for development as...

@Anshul-Batra could you please prove a demo of this working in chrome but breaking in firefox? You can start from this: https://jsfiddle.net/simplesmiler/9zegjc4g/13/ ([email protected]).

@Anshul-Batra you'll have to pinpoint the issue yourself. I suggest making a separate branch, and gradually removing component by component until there's no warning in the console. The last component...

There's no link to the forum on the main page of http://vuejs.org/ yet.

@ysqopen https://github.com/vuejs/vue/issues/219 might help.