Opened 12 years ago
Closed 12 years ago
#9598 closed Bug (invalid)
Entire source code is indented few times when startupMode = 'source'
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Source View | Version: | 4.0 |
Keywords: | Cc: |
Description
Open editor with { startupMode: 'source' }
and see that entire HTML source code is indented (three times for me).
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 12 years ago by
Milestone: | CKEditor 4.0.1 |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
This happens because data aren't parsed and formatted before they fill textarea when startupMode is set to source. This is intentional behaviour.
Confirmed in v4 only.