Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-select causes md-whiteframe to disappear while open #2509

Closed
AaronBuxbaum opened this issue Apr 23, 2015 · 4 comments
Closed

md-select causes md-whiteframe to disappear while open #2509

AaronBuxbaum opened this issue Apr 23, 2015 · 4 comments

Comments

@AaronBuxbaum
Copy link
Contributor

Hi all,

I'm seeing a strange bug where an md-select within an md-whiteframe causes the whiteframe styling to disappear while the select is open.

To illustrate this, I have some pretty minimal code:

<body layout>
  <md-whiteframe class="md-whiteframe-z1">
    <md-select ng-model="test">
      <md-option>1</md-option>
    </md-select>
  </md-whiteframe>

Here's what it looks like before (correct behavior):
select-correct

Then, I click the md-select. Notice how the whiteframe is gone -- this pretty bad in a larger application use:
select-incorrect

On select or click off (select is not open state), it again looks fine:
select-correct-again

@rhnatiuk
Copy link

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.

@AaronBuxbaum
Copy link
Contributor Author

I don't think it's the former, but the latter definitely does seem similar-ish. It also might be potentially related to #2390?

@ngraef
Copy link
Contributor

ngraef commented Apr 23, 2015

Do you have a codepen or plunkr for this? Potentially the same issue as #2507.

@AaronBuxbaum
Copy link
Contributor Author

@ngraef That seems likely. Here's a codepen: http://codepen.io/anon/pen/LVYJbP

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

No branches or pull requests

4 participants