Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

multiple ng-select with size attribute freezes in IE 11 and Edge #12677

Closed
devwheel opened this issue Aug 26, 2015 · 3 comments
Closed

multiple ng-select with size attribute freezes in IE 11 and Edge #12677

devwheel opened this issue Aug 26, 2015 · 3 comments

Comments

@devwheel
Copy link

I have 5 different selects with size=10 to display as listbox. Code similar to

<select size="10" 
  class="selectFilter" 
  ng-model="selectedWorkload" 
  ng-options="workload.Title for workload in workloads"></select>

I have a table with an ng-repeat similar to
data-ng-repeat="contentpack in contentpacks | filter: selectedProduct.Value | filter: selectedWorkload.Value | filter: selectedOfferingType.Value | ....

the code runs fine if I don't have the size=10 and filters properly. adding the size=10 jams up IE11 and Edge Browsers and page does not properly load.

@Narretz
Copy link
Contributor

Narretz commented Sep 21, 2015

Can you provide a demo in a plnkr.co or similar?

@Narretz
Copy link
Contributor

Narretz commented Sep 22, 2015

I think this might be the same as #11314 which I just fixed on the current snapshot

@Narretz Narretz self-assigned this Sep 28, 2015
@Narretz
Copy link
Contributor

Narretz commented Oct 8, 2015

I'm pretty sure this was fixed in 1.4.7. Please reopen if you think this is till an issue.

@Narretz Narretz closed this as completed Oct 8, 2015
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

2 participants