jquery - Angular mouseenter doesn't work in Chrome -


I am coding my first app in Angulam and I have come across a problem with the mousecar event. It does not work in Chrome at all. At first I thought that I have a bug in my code, but I saw it in Firefox and everything was fine. I decided to test some code with the mousesetter with JSField and it looks like - Firefox is fine, not on Chrome - after mouse on the mouse, nothing happens.

Test code:

   & Lt; Style & gt; / * Enter your css here * / button {status: relative; float right; Top: -40px; Correct: 0; } Li {Background: # By; Padding: 5px; List-style: none; Width: 200px; } & Lt; / Style & gt; & Lt; Script src = "angular.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; Var app = angular.module ('my-app', [], function () {}) app.controller ('AppController', function ($ scope) {$ scope.name = 'World';}) & lt; / Script & gt; & Lt; / Head & gt; & Lt; Body ng-controller = "AppController" & gt; & Lt; P & gt; Hi {{name}}! & Lt; / P & gt; & Lt; Ul & gt; & Lt; Li ng-mouseenter = "showXBtn = true; test ($ event)" ng-mouselev = "show xbtn = false; exam ($ event)" & gt; & Lt; P ng-mouseenter = "showXBtn = false;" Ng-mouseleave = "showXBtn = true; test ($ event)" & gt; Hide & lt; / P & gt; & Lt; Button ng-show = "showxabtn" & gt; & Lt; Span & gt; X & lt; / Span & gt; & Lt; / Button & gt; & Lt; / Li & gt; & Lt; / Ul & gt; {{ShowXBtn}} & lt; / Body & gt; & Lt; / Html & gt;  

I use AngularJS v1.2.5. Is this an official report bug? Or maybe something is wrong with my chrome. I have the latest version 38.0.2125.111 m Thanks for any suggestion I had a similar problem with Chrome and finally this issue was a specific chrome extension (for me)

, this was the extension).

If you have a JavaScript-profiling extension, those that are added to your page can sometimes cause abnormal behavior in events (especially mouse-sets and mouselevel events).


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -