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

Angular custom directive with transclude not preserving the values of select box in IE8 #8310

Closed
ajaijothi opened this issue Jul 23, 2014 · 2 comments

Comments

@ajaijothi
Copy link

I have written a custom directive "collapsiblePanel" with transclude true. when I place a select box within the directive with some default value, the value is not preserved, instead it selects the default first option. The problem is only with IE8...but works fine with other browsers

Note: I'm using angularJS ver:1.2.20
IE8:
image

Modern Browser FF,Chrome
image

@jeffbcross jeffbcross self-assigned this Jul 23, 2014
@jeffbcross jeffbcross added this to the Purgatory milestone Jul 23, 2014
@jeffbcross
Copy link
Contributor

Can you provide a code reduction showing the issue with plnkr? Seems related to #7715, in that it's another browser's way of handling default selection.

@jeffbcross jeffbcross removed their assignment Jul 23, 2014
@btford btford removed the gh: issue label Aug 20, 2014
@pkozlowski-opensource
Copy link
Member

Closing given that:

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