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.
Arrow on formatted listviews no longer clickable #1392
Closed
Description
This looks like a regression. In formatted listviews the right arrow icon no longer does anything when you click on it.
Steps to reproduce:
- See http://jquerymobile.com/test/#docs/lists/lists-formatting.html
- Attempt to click on the right arrow does nothing.
The structure inside a list item element is now:
In A3 and before the arrow would be inside the a href and would be clickable.
One can hack the situation and insert a second link to the same place with no text and then override styles in the split view.