Ning icon indicating copy to clipboard operation
Ning copied to clipboard

Clicks on port items are not working properly

Open wewewe718 opened this issue 4 years ago • 1 comments

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

ezgif-3-3ead4ece4987

wewewe718 avatar Sep 18 '20 01:09 wewewe718

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 avatar Sep 18 '20 21:09 csicar