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

uploadcare widget kept adding and removing id from html tag (#sizzle) #411

Closed
williamli opened this issue Sep 29, 2017 · 1 comment
Closed

Comments

@williamli
Copy link

williamli commented Sep 29, 2017

I started to notice this in Chrome's Elements inspector when it shows the tag kept updating infinity.

Once I set the breakpoint to monitor what is going on, it seems that the uploadcare widget kept using a Sizzle function to add and remove id from the html tag for some reason.

This all stopped if uploadcare widget (imported by either npm and the <script> method) is removed.

Here is a video showing what I noticed.

Full video: http://d.bbi.io/Q6wiJl

@williamli
Copy link
Author

Ref: #281

Seems like it is by design.
But with Google Chrome v61, the frequent update / flickering of makes it impossible to edit the DOM / CSS in developer tools (this is how I noticed about the id updates in the first place).
Editing DOM / CSS in developer tools of Safari and Firefox still seems fine.

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

No branches or pull requests

1 participant