Opened 16 years ago
Closed 16 years ago
#3972 closed Bug (fixed)
Unable to remove list with enterMode=BR
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | Core : Lists | Version: | |
| Keywords: | Confirmed Firefox Review+ | Cc: |
Description
Reproducing Procedures
- Open a sample page with enterMode = BR in Firefox.
- Empty the document content and create a new list;
- Click again to remove the list;
- Actual Result: It's not able to remove the list, but it fails silently.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
| Keywords: | Confirmed added |
|---|
Changed 16 years ago by
| Attachment: | 3972.patch added |
|---|
comment:2 Changed 16 years ago by
| Keywords: | Review? added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
comment:3 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:4 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

Variable block on L78 has duplicate declaration which result in value overlapping issue;