I don’t know if I’m misremembering things, but in some earlier versions of TinyMCE, I thought the ’indent’ button produced a blockquote. Now it seems to insert an inline style declaration (style="padding-left: 30px;").
I don’t have a problem with that. I can just remove the indent and outdent buttons.
But I’m having a problem with the way blockquote works as part of the ’Format’ dropdown menu. I can select blockquote and have a blockquote, but there doesn’t seem to be any way to get ’out’ of the blockquote again. Once I’ve started a blockquote, it just keeps on going! This is because the blockquote is nesting <p> tags (which is semantically correct, I believe), so when I press return, I just get a new paragraph within the blockquote.
The only way I can get out of the blockquote is to edit the html, which is fine for me, but not form many of my users.
Any suggestions on this? Anyone else come across the problem?
I’m using TinyMCE 3.2.0.1 with MODx 0.9.6.3