Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Combination of numbered list (ol) and readonly list has no numbers #1144

Closed
sdhull opened this issue Feb 24, 2011 · 0 comments
Closed

Combination of numbered list (ol) and readonly list has no numbers #1144

sdhull opened this issue Feb 24, 2011 · 0 comments

Comments

@sdhull
Copy link

sdhull commented Feb 24, 2011

The problem is summarized as this: if your numbered list li's don't have anchor tags in them, then the numbers don't appear.

It's pretty easy to reproduce. Simply change the <ul data-role="listview"> in the docs/lists/lists-readonly.html file so it's like this:

<div data-role="content">
        <ol data-role="listview" data-theme="d" data-inset="true">
            <li>Acura</li>
            <li>Audi</li>
            <li>BMW</li>
            <li>Cadillac</li>
            <li>Chrysler</li>
            <li>Dodge</li>
            <li>Ferrari</li>
            <li>Ford</li>
            <li>GMC</li>
            <li>Honda</li>
            <li>Hyundai</li>
            <li>Infiniti</li>
            <li>Jeep</li>
            <li>Kia</li>
            <li>Lexus</li>
            <li>Mini</li>
            <li>Nissan</li>
            <li>Porsche</li>
            <li>Subaru</li>
            <li>Toyota</li>
            <li>Volkswagon</li>
            <li>Volvo</li>
        </ol>
</div><!-- /content -->

And load the "readonly" lists page and you'll see it is not numbered. This is a pretty critical issue for me, personally.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant