Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Swipe to delete is buggy for the tabs tray - list view composable #26109

Closed
Mugurell opened this issue Jul 20, 2022 · 2 comments
Closed

Swipe to delete is buggy for the tabs tray - list view composable #26109

Mugurell opened this issue Jul 20, 2022 · 2 comments

Comments

@Mugurell
Copy link
Contributor

Mugurell commented Jul 20, 2022

Seems like the composable version is still using TouchCallback which is not the optimal approach for composable and seems to also have issues for the scenario in which the selected tab is swiped.

SwipeToDeleteSelectedTab.mp4

We should ensure the previous approach based on TouchCallback is not used for composables.
Instead we can use the official SwipeToDismiss composable to get the same behavior.
An example for using this is available in #24682

cc @Alexandru2909

┆Issue is synchronized with this Jira Task

@github-actions github-actions bot added the needs:triage Issue needs triage label Jul 20, 2022
@Mugurell Mugurell removed the needs:triage Issue needs triage label Jul 20, 2022
@stale
Copy link

stale bot commented Jan 16, 2023

See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 16, 2023
@Mugurell Mugurell removed the wontfix label Jan 17, 2023
@boek
Copy link
Contributor

boek commented Jan 30, 2023

Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1813795

Change performed by the Move to Bugzilla add-on.

@boek boek closed this as completed Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants