Opened 14 years ago
Closed 14 years ago
#6450 closed Bug (duplicate)
'Source' mode inserts tabs into the contents of <pre> tags
Reported by: | Jude Allred | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- go to ckeditor.com/demo
- enter source mode
- set the source to:
<div> <pre> I am not indented, Not one bit </pre> </div>
- return to wysiwyg mode. Neither line is indented.
- click 'source' again. Notice that "I am not indented" has been intended.
- return to wysiwyg mode again. "I am not indented" has been indented.
Expected: Switching between 'Source' and 'Wysiwyg' mode does not alter what is displayed in WYSIWYG mode
Actual: Entering source mode can modify the contents of pre tags, and that causes changes to wysiwyg mode.
duplicate of #6413.