gshotwell / shambhala_app_issues

A public repository for discussion about Shambhala App issues and new features
1 stars 0 forks source link

Build Session - cannot always remove or edit session item #16

Closed chrismorel closed 7 years ago

chrismorel commented 7 years ago

On the Build a Session page - A session item can be edited or removed by "swiping" the item - but, only after 1st adding the item.

The item cannot always be "swiped" - to edit or remove the item - when:

gshotwell commented 7 years ago

I think this is a bug with the swipe-list view, it sometimes gets stuck and the row kind of opens a tiny bit but then bounces back. It can be resolved by scrolling or changing the list.

chrismorel commented 7 years ago

Yes, if I scroll up (or down) ... sometimes multiple times ... it does open the swipe-list view.

Can the rows be automatically re scrolled on the initial display of the session - would that help (as a workaround fix)?

chrismorel commented 7 years ago

Will this be a priority to be done for this release? Maybe, there is an update for the swipe-list view, itself? (React Native)

gshotwell commented 7 years ago

Yeah, you're right is is a kind of annoying issue. This is being triggered by the scroll-to-bottom functionality and doesn look like it's an active bug in swipelistview The workaround I came up with is to make the rows open when they are pressed. This is still a bug because swiping doesn't work, but I think it's probably one we can live with. What do you think?

chrismorel commented 7 years ago

Sounds like an OK workaround/fix. Will try it in the next update.

chrismorel commented 7 years ago

Just tested it. Seems look a good solution.