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

QuickAction menus shift position when scrolled in a list. #23

Open
varun2264 opened this issue Mar 5, 2014 · 0 comments
Open

QuickAction menus shift position when scrolled in a list. #23

varun2264 opened this issue Mar 5, 2014 · 0 comments

Comments

@varun2264
Copy link

Hello,

I have encountered a unique bug, I have a list of say 100 records which the user generates itself, on longpress on a row i show the quick action menus.
Problem is when i scroll once, and if i longpress on 1st showing row after sroll, the quickaction shifts 2 positions below,
When i scroll twice and if i longpress on 1st showing row after sroll, the quickaction shifts say 3 or 4 positions below, that means the quick action menu is shown but below 4 rows that was actually long pressed.
When i long press the last item in my list i.e. the 100th item, since after each scroll the quick action menus shift position, as per your algorithm written in QuickAction.java class, the show() method is called but due to 4-5 scrolls the quickaction menu is way below the last item in the list, which obstructs it from Showing.

I hope you will help me in this .

Thanks,
Varun Thakur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant