Closed
Bug 82116
Opened 24 years ago
Closed 24 years ago
ActiveX control opens links in new window
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adamlock, Assigned: adamlock)
Details
Attachments
(1 file)
Recent changes in embedding have caused the ActiveX control to fire new window
events for every link. Probably this happens because the control still
implements its own nsIDocShellTreeowner object, something it doesn't need to do
anymore.
Remove the build-up of cruft in the control which is causing this behaviour.
Fix is in hand. Requires removing all the nsIDocShellTreeOwner crap and using
public equivalents where necessary. Code for initialisation changed slightly to
remove dead code and reduce scope of some stuff.
Patch follows.
Assignee: locka → adamlock
Comment 3•24 years ago
|
||
Patch looks good to me. r=ccarlen
Comment 4•24 years ago
|
||
sr=blizzard
Thanks everyone. Fix is checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•