Ticket #1150 (closed Bug: fixed)
<br type="_moz" /> appearing in Source mode
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.3 |
| Component: | General | Version: | SVN |
| Keywords: | Confirmed Firefox Opera Safari Review+ | Cc: |
Description
Reproduction Procedure:
- Go to sample12.html
- Change Enter mode to BR
- Ctrl-A, Delete in the document to delete everything
- Type "line1" <Enter>
- Type "line2" <Enter>
- Type "line3" <Enter>
- Switch to Source mode
- Switch back to WYSIWYG mode
- Go to the end of the document, press Enter
- Switch to Source mode
- Now the last line of the HTML code reads "<br type="_moz" />".. which shouldn't happen.
The issue can be reproduced on Opera, Firefox and Safari