Ticket #135 (assigned enhancement)

Opened 23 months ago

Last modified 5 months 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

Changed 22 months 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.

Changed 5 months ago by mr_lundis

  • owner changed from jf.hovinne to mr_lundis
  • status changed from assigned to new

Changed 5 months ago by mr_lundis

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