Closed
Bug 306296
Opened 19 years ago
Closed 19 years ago
Object inherited from xpcom component cannot override component methods
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 279092
People
(Reporter: surkov, Assigned: dbradley)
Details
Attachments
(1 file)
|
643 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b3) Gecko/20050719 SeaMonkey/1.0a Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b3) Gecko/20050719 SeaMonkey/1.0a I inherit my object from XPCOM component and I override methods declared in component interface. When I call overriden method then component method is called instead of it. The bug can be related with bug 306285. Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
dupe of 279092 *** This bug has been marked as a duplicate of 279092 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•