Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Component/s: WYSIWYG Editor
-
Labels:None
-
Environment:Firefox 2.0.0.14
-
Tests:Integration
-
Similar issues:
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
- is related to
-
XWIKI-2936 Implement custom new line behavior
-
- Closed
-