-
Notifications
You must be signed in to change notification settings - Fork 55
IE10 contenteditable div not bound to ng-model #11
Comments
After some research, IE10/11 never fire the
listens for this particular event. |
I haven't looked into what events it does fire, it requires dirty hacks:
|
A trivial workaround is to bind Biggest problem is that it seems difficult to use either |
Another problem is that the lack of |
angular's basic input directives use |
So is there any good fix / workaround for IE at this point? Not having this to work in IE 11 is somewhat a big blocker for me to use this. |
So is there now any good fix / workaround for IE 10 / 11 at this point? I just used the |
A late +1 2 years after the initial report, angular has been upgrade to 1.4.6, IE is now version but still the same problem... |
+1 from me. I am currently trying to see if there is any other way to use contenteditable and angular which might work with IE. Has anyone found a method? (There is something promising here: http://gaboesquivel.com/blog/2014/in-place-editing-with-contenteditable-and-angularjs/; and perhaps here: http://fdietz.github.io/recipes-with-angular-js/common-user-interface-patterns/editing-text-in-place-using-html5-content-editable.html). I have now checked the latter recipe and it works on IE! |
Simply put, IE10 isn't updating the model when the contenteditable div is edited. The template code in question is:
edit: After further testing, it's just IE10.
The text was updated successfully, but these errors were encountered: