Opened 12 years ago

Closed 11 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)

template.html (668 bytes) - added by Jakub Ś 11 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 12 years ago by Lynne Kues

Seen on FF, behavior in IE9 works as expected.

Last edited 12 years ago by Lynne Kues (previous) (diff)

comment:2 Changed 12 years ago by Lynne Kues

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

Last edited 12 years ago by Lynne Kues (previous) (diff)

comment:3 Changed 12 years ago by Lynne Kues

Summary: FF - Deleting bullets sometimes not working quite rightFF - Deleting selected text sometimes not working quite right

comment:4 Changed 12 years ago by Jakub Ś

Keywords: Webkit Firefox added
Status: newconfirmed
Version: 3.4.23.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 11 years ago by Frederico Caldeira Knabben

This is definitely a Firefox issue, reported here:
https://bugzilla.mozilla.org/show_bug.cgi?id=795325

Changed 11 years ago by Jakub Ś

Attachment: template.html added

comment:6 Changed 11 years ago by Jakub Ś

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 11 years ago by Frederico Caldeira Knabben

Resolution: worksforme
Status: confirmedclosed

We had a followup on the original Firefox bug and this issue shas been fixed at their side.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy