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

md-select ▼ displaying underneath text in IE10 #2213

Closed
jerturner opened this issue Apr 8, 2015 · 2 comments
Closed

md-select ▼ displaying underneath text in IE10 #2213

jerturner opened this issue Apr 8, 2015 · 2 comments
Labels
browser: IE This issue is specific to Internet Explorer resolution: fixed ui: CSS
Milestone

Comments

@jerturner
Copy link

For IE10, the arrow, ▼, that appears to the right in browsers other than IE10 for md-select appears under the text in IE10. This can be seen at https://material.angularjs.org/#/demo/material.components.select.

@PrashantAshok
Copy link

Hey @jerturner , a temp fix that worked for me was

@media screen and (min-width:0\0) {
    md-select .md-select-icon {
        float: right;
}

@ThomasBurleson ThomasBurleson modified the milestone: 0.10.0 May 13, 2015
@ThomasBurleson ThomasBurleson modified the milestones: 0.10.0, 0.11.0 Jun 16, 2015
@rschmukler rschmukler added the browser: IE This issue is specific to Internet Explorer label Jun 28, 2015
@ThomasBurleson ThomasBurleson modified the milestones: 0.11.0, REVISIT Jul 31, 2015
@rschmukler rschmukler modified the milestones: 1.0-beta1, REVISIT Aug 3, 2015
@naomiblack naomiblack modified the milestones: 0.11.0, 1.0-beta1 Aug 14, 2015
@arubio-solset
Copy link

Just to share my solution, as I had a slightly different set up.
I tested and this works in Win 7: IE9-IE11, Chrome 44, Safari 5.1.

    .md-select-label {
        width: 100%;
        .md-select-icon {
            float: right;
        }
        > span:first-child {
            display: inline-block;
            width: 85%;
        }
    }

kennethcachia pushed a commit to kennethcachia/material that referenced this issue Sep 23, 2015
@angular angular locked as resolved and limited conversation to collaborators Dec 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
browser: IE This issue is specific to Internet Explorer resolution: fixed ui: CSS
Projects
None yet
Development

No branches or pull requests

7 participants