-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Tooltips inside when recycler view cell goes out of viewport #26
Comments
It seems related to this issue from the usage of popupwindow. I will check out it soon usage in the RecyclerView. |
Hi @skydoves thanks for your quick replies. I just wanted to ask if you think all the issues can be realistically fixed soon? Or do you have maybe any indicators for me to try to fix? We have a bit of time pressure. |
Hi, I've been thinking about this for some days, but there is no way to resolve this problem. |
Makes sense. |
Please complete the following information:
When I open a tooltip inside a recycler view cell and scroll such that the cell goes outside the view port, the tooltip stays inside (at the edge). This looks weird as it's not pointing to anything anymore.
Is it possible to make it go out of the screen together with the cell (and back in)?
Settings
Note that
setDismissWhenTouchOutside
is commented. I don't want the tooltips to disappear immediately.The tooltip showing in the screenshot belongs to an item that's outside (top) of the screen.
The text was updated successfully, but these errors were encountered: