ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.8k stars 2.48k forks source link

Cannot "tab" to produce nested block quote #4147

Open mborjas96 opened 4 years ago

mborjas96 commented 4 years ago

Type of report

Bug

Provide detailed reproduction steps (if any)

Nested block quotes are supported in source mode, i.e:

<blockquote>
<p>One small step for [a] man</p>
<blockquote>
<p>one giant leap for mankind</p>
</blockquote>
</blockquote>

One small step for [a] man

one giant leap for mankind

However, nested levels cannot be achieved by tabbing (unliked ordered and unordered lists)

To reproduce:

  1. Tab when selecting a blockquote element (or tab while caret is in blockquote line)

Expected result

Tabbing (tab keypress) a blockquote produces a nested blockquote

Actual result

Focus moves outside of the editor

Dumluregn commented 4 years ago

Hello, I can reproduce it. However, as this is not a behaviour supported by native contenteditable element, this is a feature request, not a bug, so I'm relabelling this issue.