angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

bug(v0.6.0): button clicks not working after latest update of Batarang installed #190

Closed venkatesh-tr closed 9 years ago

venkatesh-tr commented 9 years ago

I have a login page on which a login button is provided for user to login. My application is using AngularStrap + Bootstrap CSS + few other plugins for angularjs. It was working till yesterday's update for Batarang. After this update, the click of every button in the application stopped working.

It works if I disable the Batarang plugin, but fails to work in case of enabling this extension. Please look into the issue and let me know if something is broken.

mickeyvip commented 9 years ago

Similar here.

After updating the previous issues were gone, but clicking on choices in Angular UI Select does not work.

Also I have 'on-hover' showing a DIV, so it does not hide after showing.

dandanknight commented 9 years ago

Same here, had to disable Batarang to get my app working again, ng-dblclick on a tr didn't work.Shame as was a very useful tool, hopefully will be working again soon.

btford commented 9 years ago

Can any of you please provide a runnable reproduction via jsbin, plnkr.co, or jsfiddle? Having an example of the latest Batarang (v0.7.3) breaking something will help me roll out a fix faster.

blndspt commented 9 years ago

This seems to be the case for us as well. Batarang seems to be killing the 'onFocus' event completely when activated.

dandanknight commented 9 years ago

I tried recreating on plunkr with a simple app but couldn't find the fault again. I don't rally want to upload my whole app to plunkr as it's owned by the company I work for. I'll keep adding bits and get back when I find the issue.

btford commented 9 years ago

@blndspt – thanks for the insight.

@dandanknight – that's really helpful. Thank you! I'll let you know if I make progress in the mean-time.

SomeKittens commented 9 years ago

There have been several fixes in the area of click events. Closing this. If anyone manages a reproduction we can reopen.