You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I do not have whiteframe, but observe the same behavior using 0.9.0-rc2-master-a5c972f (have a hierarchy boiling down to multiple nested md-content, section, md-list, and md-list-item). I guess it is linked to #2447 and #2456. It seems md-select broke quite badly not that long time ago.
Hi all,
I'm seeing a strange bug where an
md-select
within anmd-whiteframe
causes the whiteframe styling to disappear while the select is open.To illustrate this, I have some pretty minimal code:
Here's what it looks like before (correct behavior):
![select-correct](https://cloud.githubusercontent.com/assets/5578581/7289361/fa598196-e93c-11e4-9a2a-b01813b7fe1f.PNG)
Then, I click the
![select-incorrect](https://cloud.githubusercontent.com/assets/5578581/7289365/10d7fea2-e93d-11e4-9068-1e84d0c64335.PNG)
md-select
. Notice how the whiteframe is gone -- this pretty bad in a larger application use:On select or click off (select is not open state), it again looks fine:
![select-correct-again](https://cloud.githubusercontent.com/assets/5578581/7289368/210351dc-e93d-11e4-9b66-748096de8fdb.PNG)
The text was updated successfully, but these errors were encountered: