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

dropdown list overlap with anchor view when changing the anchor view background to a transparent image #181

Open
jerrybi opened this issue Nov 4, 2021 · 2 comments

Comments

@jerrybi
Copy link

jerrybi commented Nov 4, 2021

Hi, I set the background using a transparent png file, when pop up window showing,there is a redundant text appearing in the anchor view area,which has mixed to the anchor view text.if you lock phone screen and unlock again,the
redundant text will disappear,i don't know why this redundant text appear,nice spinner bug?list popup window bug?pop up window bug?the temporary solution is set a 300 miliseconds delay then invalidate the view.but still can see the redundant
text appear and disappear in a short time,it is not a perfect solution.
postDelayed(new Runnable() { @Override public void run() { invalidate(); } },300);
does anybody know the reason?

@jerrybi
Copy link
Author

jerrybi commented Nov 4, 2021

下拉框
Here is the screenshot,please see the red arrow text,it is the redundant text.

@jerrybi
Copy link
Author

jerrybi commented Nov 4, 2021

By the way,this issue appears on Huawei P9(Android 8.0),my another phone Xiaomi 10(Android 10) doesn't have.i don't know if issue exists on other phones.

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