Opened 16 years ago
Closed 16 years ago
#5584 closed Bug (fixed)
forceEnterMode affects Indendation and Outdentation
| Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | UI : Enter Key | Version: | 3.2 |
| Keywords: | IBM Confirmed Review+ | Cc: | Damian, joek |
Description
When using config.forceEnterMode=true it affects how Indendation and Outdentation is applied.
T reproduce the defect:
- Open Ajax sample
- Click the Increase Indent link and see that the cursor will move to the right the appropriate amount.
- Type some text and Press the Enter key to begin a new line
Expected Result:
Cursor should begin at the current indent level as set by the Indent Paragraph control
Actual Result: The cursor position of the new line begins at the left edge of the edit area. The same behavior is exhibited by the Outdent link.
Attachments (2)
Change History (8)
Changed 16 years ago by
| Attachment: | 5584.patch added |
|---|
comment:1 Changed 16 years ago by
| Component: | General → UI : Enter Key |
|---|---|
| Keywords: | Confirmed Review? added |
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:2 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 Changed 16 years ago by
| Keywords: | Review+ removed |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
The fix is insufficient.
Changed 16 years ago by
| Attachment: | 5584_2.patch added |
|---|
comment:5 Changed 16 years ago by
| Keywords: | Review? added |
|---|
It's possible that the renamed node is offline.
comment:6 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|---|
| Resolution: | → fixed |
| Status: | reopened → closed |
The patch has been reviewed as part of #5402.

Fixed with [5410].