SmartCambridge / tfc_web

Web access to the TFC platform
MIT License
3 stars 2 forks source link

Clicking on a row in edit mode opens the page #332

Closed jw35 closed 5 years ago

jw35 commented 5 years ago

In order to delete pages in Android, you have to click the bin icon once you click edit. This makes it very difficult in high resolution Android displays and the finger presses the row, not the bin icon inside the row and thus displays the page.

_Originally posted by @abrahammartin in https://github.com/SmartCambridge/tfc_web/pull/327#issuecomment-531587592_

jw35 commented 5 years ago

Turns out this is a bug introduced by adding the pop up menu to to the list page (this added an extra layer of and messed up the logic in handle_page_list_click()