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

Grouped listview with single list item does not render correctly #469

@jcohen

Description

@jcohen

A grouped listview containing a single list item is rendered without the rounded corners on the bottom.

<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
    <li><a href="#somePage">My Lonely Row</a></li>
</ul>

<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
    <li><a href="#someOtherPage">My Less Lonely Row</a></li>
    <li><a href="#someOtherPage">My Less Lonely Row</a></li>
</ul>

See: http://i.imgur.com/gvQTX.png for an example

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions