Opened 13 years ago

Closed 13 years ago

#8051 closed Bug (duplicate)

[enterMode=BR] Exiting from blockquote after list is impossible

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc: satya_minnekanti@…

Description

In a clear editor with enterMode=BR:

  • Hit the blockquote button.
  • Hit one of the list buttons, type some text, and hit ENTER twice to get out of the item.
  • Hit the blockquote button.

Actual: nothing happens.
Expected: blockquote at the cursor position is removed.
Not a recent regression.

Change History (3)

comment:1 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

I was able to reproduce it in all browsers from CKEditor 3.0.

The code that is produced after clicking blockquote for the second time is:

<blockquote>
	<ul>
		<li>
			item1</li>
	</ul>
</blockquote>
<blockquote>
	&nbsp;</blockquote>

comment:3 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: confirmedclosed

DUP of #7698.

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