virtual-dom icon indicating copy to clipboard operation
virtual-dom copied to clipboard

contenteditable: requests and problems

Open evancz opened this issue 8 years ago • 0 comments

Elm does not do anything special to account for the contenteditable attribute. People have reported the following things:

Problems

  • #89 - problems with copy/paste
  • #88, #81 - removing a contenteditable attribute can cause a crash
  • #48 - bad interaction with diffing algorithm

Requests

  • #23 - Someone wants to modify innerHTML directly it seems?

evancz avatar Jul 07 '17 18:07 evancz