Issue 2183: Editing a text node with "Show Full Text" off displays cropped text instead of full text

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

Steps to reproduce

  1. Open Firebug
  2. Switch to the HTML panel
  3. Make sure Show Full Text is unchecked inside the Options Menu
  4. Inspect the <p> tag above (#paragraph)
    ⇒ The content of the <p> should be cropped
  5. Click on the node's content inside the HTML panel to edit it
    ⇒ The inline editor will be shown containing the full text
  6. Change Lorem to Loram and stop inline editing by clicking somewhere outside the inline editor
    ⇒ The page should show the full text starting with Loram
    ⇒ The node's contents inside the HTML panel are cropped and start with Loram

Expected result