Opened 15 years ago
Closed 15 years ago
#6138 closed Bug (fixed)
List indentation is not working
Reported by: | Frederico Caldeira Knabben | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | Core : Lists | Version: | 3.3.2 |
Keywords: | IBM | Cc: | damian.chojna@… |
Description
- Load this HTML:
<ul> <li>Line 1</li> <li>Line 2</li> </ul>
- CTRL+A to select all.
- Click the "Decrease Indentation" button.
The list will not be removed, and the items contents will be now inside <p> elements.
We have the same issue when using "Increase Indentation" on step 3, having the indentation being applied to the new <p> instead of the <ul>.
Attachments (2)
Change History (12)
comment:1 Changed 15 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 6138.patch added |
---|
comment:2 follow-up: 4 Changed 15 years ago by
comment:3 Changed 15 years ago by
Cc: | damian.chojna@… added |
---|---|
Keywords: | IBM added |
comment:4 Changed 15 years ago by
Replying to fredck:
Be sure to open a ticket for Firebug before committing, as we should not have such "_firebugConsole" checks in the code.
The issue was already reported by Garry as issue 2960 and has been fixed in Firebug 1.6a9.
Changed 15 years ago by
Attachment: | 6138_2.patch added |
---|
comment:5 Changed 15 years ago by
Status: | assigned → review |
---|
Indeed i forgot to put it on a review, sorry. I've removed Firebug related code in second patch and updated bookmarks to new prefix (cke).
comment:6 Changed 15 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 15 years ago by
Status: | review_passed → review_failed |
---|
I can still reproduce the bug in FF.
comment:8 Changed 15 years ago by
Status: | review_failed → review |
---|
You need to disable firebug prior to version 1.6 to have it working.
comment:9 Changed 15 years ago by
Status: | review → review_passed |
---|
comment:10 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5842].
It's R+ for me, but it looks like you forgot putting it on review.
Be sure to open a ticket for Firebug before committing, as we should not have such "_firebugConsole" checks in the code.