Is it possible to undo blockquote-tag
It should be possible
Thank you for your reply.
Is it possible to make blockquote-tag undo by second click.
I've got a same situation.
I tried to erase blockquote style on this editor but doesn't work.
Do you have an option to do this?
Nope :/
inserting line break works,because it inserts next item with p tag
here is example <p><hr></p><blockquote>asdasdad</blockquote><blockquote><br></blockquote><blockquote><hr>sadasd</blockquote><blockquote><br></blockquote><blockquote>sad</blockquote><p><hr>asdasdasd</p>
after inserting before blockquote is bypassed by <p> container </p>
if insert multiple times after first time it insert inside after it isolates with full container so there is issue in processing since it can work this way other solution is to make buggy buttons independ on regex to isolate the bugs that cause it and then try to trace them down.
Update...
dude bug begins with br tag inserting change it to p tag then it add not blockquote but p tag container in side
blockquote
p context p
p context p
p context p
blockquote
i hope it will help.
I don't know, if it's in any way related, but I can't disable the deleted tag. Even for text, where I just added the tag. and unlike the quote, I can't disable it by selecting paragraph
Same issue.
Actually, I can't even remove a blockquote using the remove formatting button. I promise to buy you some beers if you can make this work :)
It seems like the remove styling button doesn't work on the demo either https://alex-d.github.io/Trumbowyg/demos/
Any updates on this?
Same problem here. Stuck in the blockquote for eveeeer 😄
With more details: it's a contenteditable browser-level bug. So I can't make it work without adding tons of code. Solution can be to code it as a plugin, or wait some months for v3: #875
Most helpful comment
here is example
<p><hr></p><blockquote>asdasdad</blockquote><blockquote><br></blockquote><blockquote><hr>sadasd</blockquote><blockquote><br></blockquote><blockquote>sad</blockquote><p><hr>asdasdasd</p>after inserting before blockquote is bypassed by
<p> container </p>if insert multiple times after first time it insert inside after it isolates with full container so there is issue in processing since it can work this way other solution is to make buggy buttons independ on regex to isolate the bugs that cause it and then try to trace them down.
Update...
dude bug begins with br tag inserting change it to p tag then it add not blockquote but p tag container in side
blockquote
p context p
p context p
p context p
blockquote
i hope it will help.