Files
react/src
Josh Duck ed7fa0ed22 Stop ReactInputSelection breaking in IE8
In the IE code path the method assumed that the input.value property
was non-null. A quick fix is to use either value or innerText; which means
the same code can be shared for textarea and contentEditable components.

The code is slightly buggy because the range.parentElement() !== input check
will fail for contentEditable components when the focus within a deep DOM tree.
2013-09-14 06:18:03 -07:00
..
2013-09-14 06:17:50 -07:00
2013-09-09 23:33:05 -07:00
2013-09-09 23:33:05 -07:00
2013-09-09 17:01:06 -07:00
2013-05-29 12:54:02 -07:00