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

inconsistent browser specific behavior #44

Open
wellrus opened this issue Jun 22, 2022 · 0 comments
Open

inconsistent browser specific behavior #44

wellrus opened this issue Jun 22, 2022 · 0 comments

Comments

@wellrus
Copy link

wellrus commented Jun 22, 2022

caused by vuejs/core#6158

repro url

repro:

last chrome:

  1. open url
  2. open file Comp.vue
  3. remove attribute "scoped" from style tag. both "p" tag has yellow background
  4. add attribute "scoped" to style tag. only first "p" tag has yellow background

last firefox:

  1. open url
  2. open file Comp.vue
  3. remove attribute "scoped" from style tag. both "p" tag has yellow background
  4. add attribute "scoped" to style tag. both "p" tag has yellow background

expected:
because there is a bug vuejs/core#6158 firefox should have only first "p" tag with yellow background

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

1 participant