Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3011

Different behavior of <enter> on FF2.0 and FF3.0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.7.1, 1.8 M1
    • 1.7
    • WYSIWYG Editor
    • None
    • Firefox 2.0.0.14
    • Integration

    Description

      Pressing a<enter>b<enter>c<enter> on FF3.0 produces:

      <p>a</p>
      <p>b</p>
      <p>c<br></p>
      

      Same on FF2.0 (the first <enter> press is injecting an additional empty <p>):

      <p>a</p>
      <p><br></p>
      <p>b</p>
      <p>c<br></p>
      

      Attachments

        Issue Links

          Activity

            People

              mflorea Marius Dumitru Florea
              jvdrean Jean-Vincent Drean
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: