8
0

1.md 730 B

@bender-ui: collapsed @bender-tags: ticket, 49, 0.3.0, iteration3

Issue #49 manual test

There should be no   (\u00A0) characters in model and view, but they should be rendered in DOM. Multiple consecutive spaces should be allowed, as well as spaces at the beginning or end of element.

Open console and start using space. After each change, console is refreshed with output:

  • All   from model and view are being changed to _.
  • There should be no _ in view and model output.
  • There should be   in DOM and getData output, where needed.

Use editor.setData() to test whether whitespaces in input HTML are correctly removed.