Ticket #358 (closed defect: invalid)

Opened 8 years ago

Last modified 8 years ago

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

Changed 8 years ago by royk@…

  • status changed from new to closed
  • resolution set to invalid

Hmm, couldn't repro the second time. I'll have another look at it and post once I find out how I broke it the first time :o)

Note: See TracTickets for help on using tickets.