angular / batarang

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

Batarang prevents ng-blur and ng-focus working when on same element #211

Closed jakefoster closed 9 years ago

jakefoster commented 9 years ago

Given this markup:

<input type="text" class="form-control" name="name"
                   ng-blur="onNameBlur()"
                   ng-focus="onNameFocus()" />

Only the first (in this case ng-blur) will fire. If the order is reversed then only ng-focus would fire.

Disabling the extension corrects the issue.

btford commented 9 years ago

Possibly related to #205

ram535ii commented 9 years ago

+1

peternixey commented 9 years ago

Same here

nicholasjgreen commented 9 years ago

:+1:

iorlas commented 9 years ago

Spent 6 hours in debugging. This should be fixed ASAP or just workaround should be provided(like big red button to enable/disable?).

gary-b commented 9 years ago

This issue is fixed in the latest Batarang. Created repro here:

http://gary-b.github.io/ng-version-test-apps/app/v3/index.html

btford commented 9 years ago

:+1: Thanks for confirming, @gary-b