Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

UI Select Items Not Appearing in IE 8 #90

Closed
DeanPoulin opened this issue Jun 26, 2014 · 8 comments
Closed

UI Select Items Not Appearing in IE 8 #90

DeanPoulin opened this issue Jun 26, 2014 · 8 comments

Comments

@DeanPoulin
Copy link

When I view the example plunkr: http://run.plnkr.co/Uz2DH8wogGVCgtXZ noted in the README it appears as though the dropdown elements are not being bound into the DOM correctly and appear blank.
IE 8 ui-select items missing

You can see in the IE DOM the actual a tag is not inside of the element. I'll keep looking to see if I can track down what's causing this.

DOM Elements Missing

@dimirc
Copy link
Contributor

dimirc commented Jun 28, 2014

What version of Angular are you using? 1.2.18+?
Seams related to #85

@dimirc dimirc closed this as completed Jun 28, 2014
@DeanPoulin
Copy link
Author

I'm using v1.2.15

@dimirc
Copy link
Contributor

dimirc commented Jun 30, 2014

Your plunker url isn't working, can you check the correct URL?
Also try checking this plunker that is from a new PR #91 and let me know if you have same problem

@dimirc dimirc reopened this Jun 30, 2014
@mchiadmi
Copy link

I had this issue before adding all of the following lines:

      document.createElement('ui-select');
      document.createElement('ui-select-match');
      document.createElement('ui-select-choices');

in the index.html in a wrapper such as:

  <!--[if lte IE 8]>
    <script>
      document.createElement('ui-select');
      document.createElement('ui-select-match');
      document.createElement('ui-select-choices');
    </script>
  <![endif]-->

@VinodLouis
Copy link

Did anyone got a solution to this problem, I'm also facing this same issue

@PaulAndreLOUIS
Copy link

+1

@bashanam
Copy link

+1

@wesleycho
Copy link
Contributor

Closing due to age of this issue - feel free to open a new issue if this is still a problem with the current release.

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

No branches or pull requests

7 participants