ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Can no longer render unordered lists within ordered lists (Bug #1075)


Added by Colan Schwartz at 2012-07-10 11:31 pm. Updated at 2012-07-13 11:30 pm.


Status:Closed Start date:2012-07-10
Priority:Normal Due date:
Assignee:Felix Schäfer % Done:

0%

Category:Text formatting
Target version:3.3.0
Remote issue URL: Affected version:3.2.2

Description

This worked fine in 1.x:

# foo
** bar

It should display:

1. foo
  • bar

...but instead I see:

1. foo
  1. bar

Here's a test whose results should be visible. (This isn't in PRE tags.):

  1. foo
    • bar

Associated revisions

Revision f89c0038
Added by Holger Just at 2012-07-13 11:27 pm

Make list style for ul and ol elements more specific. #1075

History

Updated by Holger Just at 2012-07-10 11:52 pm

Okay, this is purely a CSS problem. The HTML is atill rendered correctly as

<ol>
  <li>
    foo
    <ul>
      <li>bar</li>
    </ul>
  </li>
</ol>
  • Assignee set to Holger Just
  • Target version set to 3.3.0

Updated by Holger Just at 2012-07-11 02:29 pm

  • Status changed from Open to Ready for review
  • Assignee changed from Holger Just to Felix Schäfer

Updated by Felix Schäfer at 2012-07-13 11:30 pm

Merged in f89c003, thanks for reporting!

  • Status changed from Ready for review to Closed

Also available in: Atom PDF