#6408 closed enhancement (fixed)
Editor: only enable outdent/indent when appropriate
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Editor | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
should not allow user to indent neither a non-list node nor list item which is the first item in its parent
should not allow user to outdent a non-list node
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
This was changed in [13262].
Change was for the following reasons (according to Cougar):
Note also that adding a <blockquote> to the list of formatting options (along with <p>, <h1>, <h2>, <ul>, etc.) is problematic because there's apparently no way to convert a <blockquote> to a <p>. Since a <blockquote> can contain multiple paragraphs, selecting <p> just inserts a paragraph into the blockquote.