Posted 16 October 2018, 10:33 am EST
SpreadJS 11.0.0 - 11.2.6: The cell editor duplicates characters erratically depending on what is typed into the cell. The function names aren’t relevant. Examples:
- “=TEST)aaa”
- Typing the above into a cell will result in the close parens disappearing, and parts of the “TEST” word and “a” are repeated exponentially for every additional character typed in.
- “=TEST(“Yellow”, “Rose Gold”)”
- Enter the above into a cell, then remove the first double-quote (before Yellow). The second argument’s text will be altered each time the double-quote is removed/readded. For this one, the space in the second argument’s value is important. This doesn’t occur if the value has no spaces.
