Opened 13 years ago
Closed 12 years ago
#8829 closed Bug (worksforme)
FF - Deleting selected text sometimes not working quite right
Reported by: | Lynne Kues | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Webkit Firefox IBM | Cc: |
Description
Create a bulleted list as follows
o One
- Child 1
- child 2
o two
Place cursor before "O" in One. Shift-down arrow. Press delete key. Action changes the order of the sub list items, also does not properly handle the change.
o * Child 2
child 1
o two
Attachments (1)
Change History (8)
comment:2 Changed 13 years ago by
Similar issue with the following text. Put cursor in front of "N". Shift-down arrow, press delete. The styling for Heading 3 is removed.
Heading 1
Normal text
Heading 3
comment:3 Changed 13 years ago by
Summary: | FF - Deleting bullets sometimes not working quite right → FF - Deleting selected text sometimes not working quite right |
---|
comment:4 Changed 13 years ago by
Keywords: | Webkit Firefox added |
---|---|
Status: | new → confirmed |
Version: | 3.4.2 → 3.0 |
Reproducible in Firefox and Webkit from CKEditor 3.0
Code for testing:
<ul> <li> one <ul> <li> one one</li> <li> one two</li> </ul> </li> <li> two</li> </ul>
<h1> heading 1</h1> <p> text</p> <h1> heading 2</h1>
comment:5 Changed 12 years ago by
This is definitely a Firefox issue, reported here:
https://bugzilla.mozilla.org/show_bug.cgi?id=795325
Changed 12 years ago by
Attachment: | template.html added |
---|
comment:6 Changed 12 years ago by
Just to confirm - Firefox, Chrome, Safari and IE8-9 have this problem without editor logic (SHIFT+down arrow and delete doesn't work there as expected).
To test just open the attached template.html
comment:7 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
We had a followup on the original Firefox bug and this issue shas been fixed at their side.
FF only, behavior in IE9 works as expected.