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

ComboBox shadow Bug #32

Closed
wuyang26 opened this issue Feb 5, 2020 · 1 comment
Closed

ComboBox shadow Bug #32

wuyang26 opened this issue Feb 5, 2020 · 1 comment

Comments

@wuyang26
Copy link

wuyang26 commented Feb 5, 2020

when the combobox width is less then the dropdown RenderSize width,the shouldAlignLeftAndRightEdges return false,result in the screen edge,the popup offset.

return target != null &&
target.RenderSize.Width == ActualWidth &&
ActualWidth > 0;

Kinnara added a commit that referenced this issue Feb 5, 2020
@Kinnara
Copy link
Owner

Kinnara commented Feb 6, 2020

Fixed. Thanks for reporting.

@Kinnara Kinnara closed this as completed Feb 7, 2020
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

2 participants