Closed Bug 71980 Opened 23 years ago Closed 23 years ago

nsISelection needs to be accessible from nsIWebBrowser

Categories

(Core Graveyard :: Embedding: APIs, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: jud, Assigned: adamlock)

References

()

Details

This will allow for selection retrieval from the top-level window. One selection
per frameset.
Blocks: 70229
nsIDOMSelection is gone, nsISelection should be used instead.
Summary: nsIDOMSelection needs to be accessible from nsIWebBrowser → nsISelection needs to be accessible from nsIWebBrowser
It is accessible:

nsCOMPtr<nsIDOMWindow> domWindow
mWebBrowser->GetContentDOMWindow(getter_AddRefs(domWindow));
nsCOMPtr<nsISelection> selection;
domWindow->GetSelection(getter_AddRefs(selection));

Marking INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Status: RESOLVED → VERIFIED
verifying
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.