Add funky workaround for fancy rich edit boxes in RT
commit11a06994df648bea20c2440c658ce887b74c81b5
authorMarco Peereboom <marco@conformal.com>
Wed, 9 Nov 2011 21:47:33 +0000 (9 15:47 -0600)
committerMarco Peereboom <marco@conformal.com>
Wed, 9 Nov 2011 21:47:33 +0000 (9 15:47 -0600)
tree48ebb0c0679a2b8f6c5b281d40b011fb76f3c308
parentf9b12bd17c7f263670e16d8ebd60c06dee8dba73
Add funky workaround for fancy rich edit boxes in RT

HTML5 defines a new property called "editable".  None of the old
textarea or input properties has that so I never keyed off it.  Turn out
that it is used so treat these as editable things as well.  This works
around an issue in the RT rich text editor which is special in it's own
way.
xxxterm.c