Ticket #358 (closed defect: invalid)
Inline styles for lists breaking lists
| Reported by: | royk@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When you have a list item with an inline style (for example, a bold tag):
<ul> <li><strong>Item one [CURSOR HERE]</strong></li> <li>Item two</li> </ul>
And you hit enter, a new list item is not created. Instead, a line-break is created. Hitting enter when you have an inline style at the end of a list should close that tag and create a new <li> element.
Change History
Note: See
TracTickets for help on using
tickets.
