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

Closed
wellrus opened this issue Jun 22, 2022 · 1 comment
Closed

inconsistent browser specific behavior #44

wellrus opened this issue Jun 22, 2022 · 1 comment

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

@sxzz
Copy link
Member

sxzz commented May 23, 2024

In the latest Firefox, they work identical. Tested on Chrome 125 and Firefox 126.

If you have any questions, please feel free to reopen it.

@sxzz sxzz closed this as completed May 23, 2024
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

2 participants