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.
Demos - Swipe to delete list item | Highlight isn't correctly removed #6892
Closed
Description
- Issue description:
The swipe to delete list item demo doesn't work correctly. If you cancel the popup, the previously highlighted listitem stays highlighted. If the popup is called for another listitem and then again canceled, it result's in the second, not deleted listitem also staying highlighted. - Test page:
http://demos.jquerymobile.com/1.4.0/swipe-list/#demo-page - Steps to reproduce:
Click the "X" in order to delete a listitem – or swipe if you are on a touch device. Then cancel the popup. Listitem stays highlighted. Repeat for as many listitems, as you prefer. - Expected outcome:
Listitem should be de-highlighted, after abborting the deletion via the popup. - Actual outcome:
Listitem stays highlighted. - Platforms/browsers (including version) and devices tested:
- System: Mac OS X 10.9.1
- Browsers: Chrome 31.0.1650.63
- Firefox 26.0
- Safari 7.0.1 (9537.73.11)
- System: iOS 7.0.4
- Browser: Mobile Safari 7
- System: Mac OS X 10.9.1
- jQuery Mobile and jQuery core version used:
- jQuery Mobile: v1.4.0
- jQuery core version: v1.10.2
- Other relevant information, e.g. using PhoneGap:
None.