listview A4

listview A4

I just switched my project from A3 to A4 and noticed a change in style and behavior.

Why don't list elements become active buttons anymore?

  1. <ul class="" data-role="listview" data-inset="true" >
                                      
                        <li>
                            <div class="ui-grid-a">
                                <div class="ui-block-a">
                                    <a href="#">Inhalt</a>
                                    <p>Text</p>
                                </div>
                                <div class="ui-block-b">
                                    <p>Inhalt</p>
                                    <p>Text</p>
                                </div>
                            </div><!-- /grid-a -->
                        </li>












  2. ...

I don't see any markup convention changes in A4 ... but these buttons seem to
become inactive and don't look like buttons anymore?!? In A3 the anchor within the first ui-block triggered the list item to be clickable.

help
thanks