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

(html) IFrameElement.contentDocument is missing #18657

Closed
DartBot opened this issue May 6, 2014 · 7 comments
Closed

(html) IFrameElement.contentDocument is missing #18657

DartBot opened this issue May 6, 2014 · 7 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-duplicate Closed in favor of an existing report library-html

Comments

@DartBot
Copy link

DartBot commented May 6, 2014

This issue was originally filed by alexei.kaigo...@gmail.com


we can get IFrameElement.contentWindow, but it is WindowBase and have no document property.

Meanwile, documentOffset is present.

@sgjesse
Copy link
Contributor

sgjesse commented May 7, 2014

Added Area-Library, Library-Html, Triaged labels.

@efortuna
Copy link
Contributor

efortuna commented May 9, 2014

what about ownerDocument which is in IFrameElement?


Set owner to @efortuna.
Added NeedsInfo label.

@DartBot
Copy link
Author

DartBot commented May 14, 2014

This comment was originally written by alexei.kaigo...@gmail.com


thanks, it works. The bug can be closed.
Is there a dictionary to translate javascript procedures to dart?

@efortuna
Copy link
Contributor

There is this Dart-JavaScript synonyms page: https://www.dartlang.org/docs/synonyms/ If you're looking for something specific, there may be another resource I can point you to. :-)


Added Invalid label.

@DartBot
Copy link
Author

DartBot commented Jul 16, 2014

This comment was originally written by alexei.kaigo...@gmail.com


No, it does not work:

final Document ownerDocument
The document this node belongs to.

But I need the document which is contained inside the IFrameElement, not outside,

@efortuna
Copy link
Contributor

Added Triaged label.

@efortuna
Copy link
Contributor

efortuna commented Aug 1, 2014

Added Duplicate label.
Marked as being merged into #20146.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html closed-duplicate Closed in favor of an existing report labels Aug 1, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-duplicate Closed in favor of an existing report library-html
Projects
None yet
Development

No branches or pull requests

4 participants