Ticket #4079 (closed Bug: expired)
[FF] Create list error no multiple items
| Reported by: | garry.yao | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Lists | Version: | |
| Keywords: | Firefox | Cc: |
Description (last modified by garry.yao) (diff)
Reproducing Procedures
- Open the 'replace by class' sample page in Firefox;
- Load the document with the following content and selection with CTRL-A:
[<p>line1</p> <p>line2</p>]
- Click on 'Insert Bulleted List' button;
- Actual Result: Javascript error thrown.
Attachments
Change History
comment:1 Changed 4 years ago by garry.yao
- Keywords Firefox added; FF removed
- Description modified (diff)
comment:2 follow-up: ↓ 4 Changed 4 years ago by garry.yao
- Owner set to garry.yao
- Keywords Confirmed added
- Status changed from new to assigned
Regression of [3930] where the function parameter refactoring is not complete.
comment:3 Changed 4 years ago by garry.yao
- Keywords Review? added
Note that the incorrect result of the list is out the scope of this ticket.
comment:5 Changed 4 years ago by garry.yao
Reproducing Procedures
- Open the 'replace by class' sample page in Firefox;
- Clear all content with 'Ctrl-A' and then 'Del';
- Type "line1" + ENTER;
- Type "line2";
- Select all with 'Ctrl-A' and click on 'Insert/Remove Bulleted List' button;
- Actual Result: Javascript error thrown.
comment:6 Changed 4 years ago by garry.yao
Above is a more precise way to catch it on Firefox3.0.12.
comment:7 Changed 4 years ago by fredck
- Keywords WorksForMe added; Confirmed Review? removed
- Priority changed from High to Normal
- Milestone changed from CKEditor 3.0 to CKEditor 3.x
Me and Tobiasz are not able to reproduce this issue. Let's wait for others to confirm it before proceeding on changes here.
Note: See
TracTickets for help on using
tickets.

Refine the description.