Opened 13 years ago
Closed 13 years ago
#6499 closed Bug (fixed)
Indentation command stop working in enter mode BR
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.4.2 |
Component: | Core : Styles | Version: | 3.4.1 |
Keywords: | Cc: |
Description
- Load the following content and select all:
<p>pargraph1</p> some more text
- Click on 'Indent' command.
- Actual Result:
<span id="cke_bm_96S" style="display: none;"> </span> <p> pargraph1</p> some more text <span id="cke_bm_96E" style="display: none;"> </span>
- Actual Result:
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with [5974] as micro-change.
Regression of [5842].