This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-select inside md-dialog has incorrect position #6030
Comments
I've reproduced the same issue |
Checked that as well on my app. md-backdrop.md-select-backdrop {
z-index: 80;
transition-duration: 0;
} This could restore functionality as a provisional way |
I have the same issue, and the options are not clickable. |
@FabVillegas the z-index fixes the backdrop click problem but the position is obviously still off |
its helpful in the codepen to move the select to the right to see the error better. |
fixed in rc6 |
Confirm fixed in RC6. |
confirm fixed in RC6 |
mckenzielong
referenced
this issue
Dec 7, 2015
This is happening again. 7edda11: http://codepen.io/mckenzielong/pen/xZbqMQ <- broken |
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per this codepen: http://codepen.io/anon/pen/vLBeBy
When an md-select is placed inside an md-dialog the menu is not positioned correctly and the options are not clickable. keyboard navigation of the options still works.
I believe this is a similar issue to the one described in #6023 however that specifies that it's in the docs whereas the issue affects md-select anywhere
The text was updated successfully, but these errors were encountered: