Closed Bug 210106 Opened 22 years ago Closed 16 years ago

GeckoActiveXObject doesn't convert to string in browser

Categories

(Core :: XPConnect, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dbradley, Unassigned)

References

Details

If you do something like javascript:alert(GeckoActiveXObject); you get an exception complaining that it can't be converted to a string. print(GeckoActiveXObject); works in XPCShell, though. So I suspect it's some kind of DOM issue. GeckoActiveXObject is defined via JS_DefineFunction, but I suspect I need to some additional work.
Assignee: dbradley → nobody
QA Contact: pschwartau → xpconnect
In Firefox 1.5 this shows function GeckoActiveXObject() { [native code] } so this must have been fixed somewhere. I'm not sure if this means that DOM recogizes it everywhere in all Gecko browsers or just in Firefox. Bug 317487 asks to remove this, since Firefox at least doesn't actually include the activeX support.
Was this fixed by bug 308856? Regardless, WFM
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.