Bottom status bar disapears when there are too many nested HTML elements

  •  11-23-2010, 4:21 PM

    Bottom status bar disapears when there are too many nested HTML elements

    When you have a very high number of nested elements such as DIV tags for example, you may run out of space in the bottom status bar which will push some buttons off the screen.
     
    Here are the steps to reproduce:
    1. Go to http://cutesoft.net/example/FullScreen.aspx
    2. Make sure the editor is in full screen mode
    3. Insert the following: <div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>
      <div>Testing...</div>
      </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
    4. Please note that the number of nested DIV tags is dependant on the size of your browser. You may need more nested DIV tags if your browser is maximized
    5. Click the "Normal" to switch back to normal view
    6. The following screenshot is an example. Notice that I can't see the word count, I can no longer switch to HTML and I can't click the "Preview" button either:
View Complete Thread