Open mborjas96 opened 4 years ago
Bug
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
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:
Tabbing (tab keypress) a blockquote produces a nested blockquote
Focus moves outside of the editor
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.
contenteditable
Type of report
Bug
Provide detailed reproduction steps (if any)
Nested block quotes are supported in source mode, i.e:
However, nested levels cannot be achieved by tabbing (unliked ordered and unordered lists)
To reproduce:
Expected result
Tabbing (tab keypress) a blockquote produces a nested blockquote
Actual result
Focus moves outside of the editor