Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicks on port items are not working properly #22

Open
wewewe718 opened this issue Sep 18, 2020 · 1 comment
Open

Clicks on port items are not working properly #22

wewewe718 opened this issue Sep 18, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@wewewe718
Copy link
Contributor

It seem that only the background of a port layout is clickable. If you click on any textview, nothing happens.

ezgif-3-3ead4ece4987

@csicar
Copy link
Owner

csicar commented Sep 18, 2020

Thanks for the bug report!

The problem is, that the TextView has a long click listener to allow the user to copy the value.
Because a long click listener is set, the TextView is marked as interactive thus also catching the on click listener.

The solution is probably moving the copy-functionality to a context menu handled by the recyclerview item.

@csicar csicar added the bug Something isn't working label Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants