-
Notifications
You must be signed in to change notification settings - Fork 107
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
Missing elements assigned to a named slot, progress bar styling is missing #178
Comments
I can't seem to make this work with slotted elements without breaking other stuff. |
Hi @IDisposable, I wrap the Live example and pull #179 into a zip file: DOM-to-iamge-more-example.zip, can you please have a try? Maybe I missed some situation, but it will be great if you can add the case of #184, and send back to me, I can give a hand then. 😋 |
I've tried reverting your |
I didn't get any errors when using Please check both I haven't tried Thanks/Wenyu |
The https://jsfiddle.net/IDisposable/Ltgefyxr/9/ is the next version (with the upcoming release source inlined instead of pulled from a package) |
Going to release this in 3.4.3 now that it works again. |
Released and working with CDNJS v3.4.3 in fiddle https://jsfiddle.net/IDisposable/Ltgefyxr/13/ |
Can not convert assigned nodes of a named slot inside the shadow DOM
I want to convert a custom-defined DOM element into an image, but the content is missing also the progress bar styling is not correct. I have a sample example: Live example. By the way, Firefox displays different progress bar styling.
Expected behavior
The assigned element is been captured and converted, and the progress bar captures the correct styling.
Actual behavior (stack traces, console logs etc)
The assigned elements is missing and the progress bar is missing correct styling.
Library version
3.3.1
Solution
Need to update the following two functions to solve the slotted elements, for the progress bar, I have no idea yet.
Browsers
The text was updated successfully, but these errors were encountered: