the-grid / ed

Text editing with media widgets
https://the-grid.github.io/ed/#fixture
61 stars 7 forks source link

iOS - possibly related issues. editable that should not be #274

Closed nickvelloff closed 8 years ago

nickvelloff commented 8 years ago

I'm unclear if these are all related, but perhaps they are:

forresto commented 8 years ago

@nickvelloff did you leave that css on all div???

/* 👎 */
div {
  -webkit-user-modify: read-write-plaintext-only;
}
forresto commented 8 years ago

Bet you did... in Safari (edit: Chrome too) apparently that's another way to set contenteditable: http://jsbin.com/cecaya/edit?html,css,output

nickvelloff commented 8 years ago

@forresto Ah ha! indeed I did. I'll confirm removing it resolves and see what remains! Phew!

nickvelloff commented 8 years ago

Wow. That wreaked all kinds of havoc. Removing fixed it.