Nodelist and casting error (also maybe iframe) #4519
Unanswered
andrewbaxter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This looks like a bug, but I'm not super familiar with implementation details so I'm making it a discussion for now.
I have
This panics when trying to
dyn_into
with:I'm not sure what to make of this.
is_instance_of
returns false forElement
HtmlElement
andHtmlHeadingElement
. I'm pretty sure I've casted nodes to HtmlElement before.Since I'm half rubber ducking here, it might be significant that this is in an iframe. ...And yeah, doing a search I do see a suggestion about something similar: #1367 (although that sounds like it was eventually something about boxed elements?)
Beta Was this translation helpful? Give feedback.
All reactions