-
Notifications
You must be signed in to change notification settings - Fork 27.4k
fix($sniffer): IE9 backspace bug in compatibility mode #7263
Conversation
Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.
If you need to make changes to your pull request, you can update the commit with Thanks again for your help! |
The jqlite E2E test keeps failing for an unrelated reason... |
Change IE9 input event workaround in $sniffer to work in compatibility mode (msie can be less than 9) Closes angular#3110
02dc2aa
to
fd2d6c0
Compare
cad9560
to
f294244
Compare
e8dc429
to
e83fab9
Compare
Can anyone re-trigger the Travis build here? It looks like it will pass. I'd like to see this issue resolved. |
This will be resolved by #9265 as soon as the e2e test is ready to land |
(which will hopefully be monday) |
#9265 will fix this, but it's in the 1.3 branch. Is it possible to back-merge this (smaller) fix into the 1.2 branch? |
It may be possible |
I believe the original attempt at fixing the dumb IE bug wound up in v1.2.x |
Fix wasn't in v1.2.x, so I opened #9917 |
Change IE9 input event workaround in $sniffer to
work in compatibility mode (msie can be less than 9)
Closes #3110