-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-fab-toolbar: ng-click not working with IE 11 on md-fab-actions #7012
Comments
+1 |
Is there a reason you are putting the |
this didn't solve the problem for me. if i put the |
@topherfangio neither it is working for me with |
I must admit, I am a bit confused as this did work for me on IE11 on Windows 10 when I edited the supplied Codepen and moved the @samesame @alexitooi Can you two provide a bit more information about what versions of IE/Windows you are using so we can track this down? Is this perhaps touch-related or is it actually desktop clicks? |
Hi @topherfangio , to clarify Win10 IE11 click on button working, on Win7 IE11 click not working ;) (Version 11.0.9600.17420) |
@alexitooi Bah! Good to know that the same browser (IE11) doesn't work the same on different versions of the same OS. We'll look into it; just need to find someone running Win7 so we can debug :-) |
https://dev.windows.com/en-us/microsoft-edge/tools/vms/mac/ could help ;-) |
I also have this problem. @topherfangio just to complement the knowledge about the ie versions. Their versions are different. https://en.wikipedia.org/wiki/Internet_Explorer_11 In windows 7 the latest version is 11.0.9600.17843[ and in windows 10 the latest version is 11.0.10240.16384 so technically they are different :-) The problem is also visible in the toolbar demo: https://material.angularjs.org/latest/demo/fabToolbar |
The root of the problem here stems in the particular CSS propery that is added to the actions toolbar when open. If you look in fabToolbar.js, line 138: Furthermore, as pointed to me by david-gang, the value 'initial' is not part of the specs for 'pointer-events'. Changing the value to |
@rhumbus Thanks for taking the time to track this down some more! Can you do a quick test and see if changing it to If that works, would be be willing to submit a PR so that we can get it merged/fixed? |
The inherit attribute did not work well in ie11 on windows7. The buttons of the toolbar could not be opened. The fix was tested in chrome, FF, IE11, Edge and Safari Closes angular#7012
thx @david-gang @topherfangio 👍 |
The inherit attribute did not work well in ie11 on windows7. The buttons of the toolbar could not be opened. The fix was tested in chrome, FF, IE11, Edge and Safari Closes angular#7012
Codepen: http://codepen.io/anon/pen/mVGPqb?editors=1111
Angular 1.3.19
Angular Material: 1.0.4
With chrome a click on the md-button inside the md-fab-actions is working. On IE11 the click is not working (see console log in codepen...)
Any workaround possible?
Cheers,
Alex
The text was updated successfully, but these errors were encountered: