Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate attribute class in MS Edge #5394

Closed
nirazul opened this issue Apr 7, 2017 · 3 comments
Closed

Duplicate attribute class in MS Edge #5394

nirazul opened this issue Apr 7, 2017 · 3 comments

Comments

@nirazul
Copy link

nirazul commented Apr 7, 2017

Version

2.2.6

Reproduction link

http://codepen.io/anon/pen/WGyrdz

Steps to reproduce

Open the codepen with MS Edge devtools open

What is expected?

No warning. When you execute el.outerHTML within vuejs while the element is being mounted, you will see that the class attribute is duplicated.

What is actually happening?

A warning (duplicate attribute class)


This has been dealt with in #3929 already but it seems that MS Edge 38 is not correctly handled.

@sqal
Copy link
Contributor

sqal commented Apr 7, 2017

This codepen uses Vue 2.0.2 not 2.2.6. There's no warning in latest version of Vue.

@posva
Copy link
Member

posva commented Apr 7, 2017

ping @nirazul Can you try with the latest version, please?

@sqal
Copy link
Contributor

sqal commented Apr 7, 2017

@posva ohh I am sorry for misleading you.. indeed there is a warning in Edge:

img1
img2

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

No branches or pull requests

3 participants