Ticket #135 (assigned enhancement)

Opened 4 years ago

Last modified 2 years ago

Unable to add containers to list items

Reported by: danspam Owned by: mr_lundis
Priority: minor Milestone: 2.0
Component: editor Version: trunk
Keywords: lists, blocks Cc:

Description

It does not seem possible to add a container inside a list item (li) even though it is valid xhtml. For example:

<ul>
  <li>
   <h3>My title</h3>
   <p>A description</p>
  </li>
  <li>
    <h3>Another title</h3>
    <p>A description</p>
  </li>
</ul>

Change History

comment:1 Changed 4 years ago by jf.hovinne

  • Keywords lists, blocks added
  • Priority changed from major to minor
  • Type changed from defect to enhancement
  • Status changed from new to assigned
  • Milestone set to 0.6

Yes, ATM only inline elements and text nodes are well supported by lists, though you can e.g. select a heading and put it in a list item.

comment:2 Changed 2 years ago by mr_lundis

  • Owner changed from jf.hovinne to mr_lundis
  • Status changed from assigned to new

comment:3 Changed 2 years ago by mr_lundis

  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.