mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

Chrome latest update broken href/ui-sref

Open napcat opened this issue 9 years ago • 4 comments

Does anyone have problems with the latest chrome update?

I'm with the chrome latest version 44.0.2403.107 m (64-bit).

My app started to have some strange issues on href and ui-sref and they are driving nuts!!

If a link is clicked the other links will be unavailable for a few seconds. I need to leave the button area with the mouse or click more than one time so the link could work again. It's like there's some kind of lag or delays.

This can be noticed with the basic demo page: http://mobileangularui.com/demo

   . Just put the browser small enough to have the "hamburger" button and call the side menu.

   . Then click on the "hamburger" and click on a link on the open side menu.

   . Go again to the "hamburguer" button, you will notice the button has not correct mouse icon when you over it.
   . You will need to click more than one time or move the mouse a few times along the button so it can work again.

If this does not happen on the first time, just try a few more times the same steps described above.

It works good on version of Chrome 43.x.x and on latest version of Firefox and IE. It does not work properly on Chrome 44.0.2403.107 and above (also tested on 46.0.2463.0 canary version).

Can someone check/fix this problem? Or point me to a possible cause...

Thank you!

napcat avatar Jul 24 '15 23:07 napcat

If I change the transition duration from 400ms to something like 50ms the bug does not happen... well, it happens, but is to fast for the user to notice... =)

I made the change on app.les and sidebar.less

.transition-transform(~"400ms ease"); -> .transition-transform(~"50ms ease");

This is not the solution, but it was something to do with it, I think. Maybe there's any #timeout on the javascript side waiting for the transition to complete and somehow with the last update a bogus appeared?

I still need help on this...

napcat avatar Jul 27 '15 17:07 napcat

Hi @napcat, thank u for reporting this. I'm not able to reproduce the issue in Chrome 44.0.2403.107 (64-bit) on OSX, for me everything works fine.

Can u please provide some other details. Could it be related to some sort of network/lag issue?

mcasimir avatar Jul 27 '15 22:07 mcasimir

Hello mcasimir,

Thank you so much for your attention on this bug.

I don't know if the bug is exclusive to the windows flavours of Chrome. All I can say is the bug happens in every windows machine I tested (total 4 PC with win7 and 8), with the already said Chrome versions current 44.0.2403.107 m (64-bit) to the 46.0.2466.3 canary (64-bit).

I made you a simple video where you can view the problems: https://drive.google.com/open?id=0BxV64FlNCp6eU3RHWnlQY3NTcFk

Please take a close look, after a click on a sidemenu, even the scroll does not work. I need to click on the page and only then I got all the links to work. Sometimes a only need to way a few seconds.

napcat avatar Jul 28 '15 17:07 napcat

@napcat @mcasimir I have experienced the same bug and it's really annoying. The daily users of my system have also commented on it. They think only the text on the menu items now are clickable, but that is not the deal here. OBS appears to be only Chrome that have this bug, we have seen it both on OSX and Windows 7.

juwul avatar Aug 26 '15 19:08 juwul