qooxdoo

Universal JavaScript Framework

 

Default Paragraph Handling

This section describes how browsers and other applications react on different keys to enter line breaks or paragraphs.

P = paragraph (<p> tag)

LB = line break (<br /> tag)

Browsers

  Firefox MSIE Opera Webkit
<enter> LB P LB <div>
<shift> + <enter> LB LB LB <div>
<strg> + <enter> --- --- --- ---

Word processors / E-mail clients

  MS Word OO Writer Outlook Thunderbird
<enter> P P P LB
<shift> + <enter> LB LB LB LB
<strg> + <enter> Page break P --- LB

Table Of Contents

Previous topic

Browser Bugs

Next topic

Undo and Redo

This Page