Closed
Bug 78011
Opened 24 years ago
Closed 24 years ago
Find dialog doesn't open unless you delete the component.reg
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
mozilla0.9.2
People
(Reporter: bugzilla, Assigned: sfraser_bugs)
References
Details
(Keywords: regression, Whiteboard: [f/r])
Find dialog won't open in Navigator for me anymore in a new tip build (works in
Editor):
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code: 0x8
0040154 (NS_ERROR_FACTORY_NOT_REGISTERED) [nsIInterfaceRequestor.getInterface]"
nsresult: "0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)" location: "JS frame :
: chrome://global/content/xulBindings.xml#browser.webBrowserFind (getter) :: ong
et :: line 0" data: no]
Comment 1•24 years ago
|
||
Removing my component.reg fixes this. This is the second time in the past 2 or
3 days where I've needed to remove my component.reg. Did something change?
Comment 2•24 years ago
|
||
Converting this to a component.reg bug. Why do we have
to keep removing this file? looking for a new owner
in case smfr doesn't want to be on the hot seat...
Keywords: nsCatFood,
regression
Summary: No longer able to open Find from Navigator → component.reg removal is needed sometimes
Comment 4•24 years ago
|
||
apparently, optimized builds don't run regxpcom,
so if some module {load,unload} callbacks change
you will have problems. This was done to save startup
time.
How about doing this only for the official build case?
Assignee | ||
Comment 6•24 years ago
|
||
nsIWebBrowserFind moved to a different module, so I guess I should have changed
its IID. I'll do that.
Other than this Find issue, I'm not the person to own a general 'need to remove
XPCOM registry' bug.
Summary: component.reg removal is needed sometimes → Find dialog doesn't open unless you delete the component.reg
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.2
Updated•24 years ago
|
Whiteboard: [f/r]
Assignee | ||
Comment 7•24 years ago
|
||
This won't affect installed builds, where the components reg is recreated.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 8•24 years ago
|
||
i haven't encountered this, so [rubberstamp] vrfy. still a problem for anyone?
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•