Closed
Bug 200331
Opened 22 years ago
Closed 13 years ago
[AxPlugin] IOleContainer implementation on plugin does nothing
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: adamlock, Unassigned)
References
Details
Attachments
(1 file)
1.90 KB,
patch
|
Details | Diff | Splinter Review |
The document object in XPCDocument.cpp that implements IOleContainer returns
E_NOTIMPL for each of its methods. This prevents controls from asking the
container for an enumeration of other controls contained in the page.
The implementation should, at a bare minimum implement EnumObjects to return the
caller control but preferably return the list of other controls contained in the
same frame too or whatever behaviour IE uses.
Patch implements IOleContainer::EnumObjects. Impl is a modified version of that
found in ATL and has been verified using a test harness control.
Comment 2•22 years ago
|
||
Is this something we want to land soon? What is the target milestone for it?
It's not something I've seen any control in the wild ask for, though I've been
asked about it for 4.x. and it should go in for completeness.
I'll put future on it for the time being, though the patch could probably go in
soon enough if it has no detrimental effects.
Note to self, fix tabbing issues in patch
Target Milestone: --- → Future
Updated•15 years ago
|
QA Contact: dunn5557 → activex
Comment 4•13 years ago
|
||
The ActiveX embedding API was removed in bug 662023 and friends, making this INVALID.
[Filter bugspam on activexinvalid]
Assignee: adamlock → nobody
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•