Bug 457915 - orderedlists not ordered anymore
Summary: orderedlists not ordered anymore
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 1.6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-05 12:44 UTC by Jeroen van Meeuwen
Modified: 2010-11-24 04:19 UTC (History)
2 users (show)

Fixed In Version: 0.35
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-12 06:31:40 UTC
Embargoed:


Attachments (Terms of Use)
a tar of the entire documentation/ directory (including tmp/ output for reference) (236.17 KB, application/x-gzip)
2008-08-06 07:23 UTC, Jeroen van Meeuwen
no flags Details

Description Jeroen van Meeuwen 2008-08-05 12:44:24 UTC
Description of problem:

Using an orderedlist in DocBook XML does not result in an ordered list anymore (since upgrade to publican-0.34-0.fc9)

Version-Release number of selected component (if applicable):

publican-0.34-0.fc9

How reproducible:

Create an orderedlist with a few listitems such as:

==
                        <para>
                            <orderedlist>
                                <listitem>
                                    <para>
                                        Installs the required packages for the module requested (if available from the repositories).
                                    </para>
                                </listitem>
                                <listitem>
                                    <para>
                                        Sources the appropriate default module file to <filename>/etc/httpd/modules-enabled/module_package_name.conf</filename>, where <code>module_package_name</code> is the name of the package providing the module.
                                    </para>
                                </listitem>
                                <listitem>
                                    <para>
                                        Notifies the httpd service to be reloaded after the puppet run completes.
                                    </para>
                                </listitem>
                            </orderedlist>
                        </para>
==

Steps to Reproduce:
1. create orderedlist
2. make html-en-US
3. view resulting page
  
Actual results:

same looks and feel as itemizedlist

Expected results:

numbered list ("ordered") instead of itemized
Additional info:

Comment 1 Jeff Fearn 🐞 2008-08-06 04:08:15 UTC
Hi Jeroen, this is working for me, can you attach a tar containing your book?

See: http://jfearn.fedorapeople.org/Publican/chap-Publican-Using_the_publican_package.html

Which was build on Fedora 9.

Cheers, Jeff.

Comment 2 Jeroen van Meeuwen 2008-08-06 07:23:35 UTC
Created attachment 313532 [details]
a tar of the entire documentation/ directory (including tmp/ output for reference)

This is the documentation at http://puppetmanaged.org/documentation/webserver-module/WebserverModule-Implementation.html, second itemizedlist, first listitem, which contains a para with an orderedlist.

Comment 3 Jeff Fearn 🐞 2008-08-12 06:31:40 UTC
This was a bug in the CSS where nested ordered lists would inherit the image being used by the parent unordered list.


Note You need to log in before you can comment on or make changes to this bug.