Closed
Bug 232971
Opened 21 years ago
Closed 14 years ago
embedded winforms control using <OBJECT> tag not supported
Categories
(Core Graveyard :: Plug-ins, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: avatar, Unassigned)
References
()
Details
(Whiteboard: INVALID? [closeme 2010-04-21])
User-Agent:
Build Identifier: All versions
Embedding .NET Framework Windows Forms controls in web pages using the <OBJECT>
tag, as documented in the .NET framework documentation and HTML 4.0, fails to
work (not implemented?), although alternate text is displayed.
Reproducible: Always
Steps to Reproduce:
1. Create a Windows Forms control and embed it in a web page using the <OBJECT>
tag. (See above specified URL for an example of this.)
2. Browse to that page.
Actual Results:
Alternate text is displayed (contents of object tag).
Expected Results:
The windows forms control specified in the <OBJECT> tag should have been
rendered in the page.
Comment 1•21 years ago
|
||
The relavent section from the URL is:
<object id="helloWeb" classid="http:WebControls.dll#WebControls.HelloWeb">
blah
</object>
We don't support ActiveX components by default, so this is probably INVALID.
(though shouldn't that be classid="clsid:..." anyway?)
Reporter | ||
Comment 2•21 years ago
|
||
(In reply to comment #1)
> The relavent section from the URL is:
> <object id="helloWeb" classid="http:WebControls.dll#WebControls.HelloWeb">
> blah
> </object>
> We don't support ActiveX components by default, so this is probably INVALID.
> (though shouldn't that be classid="clsid:..." anyway?)
But .NET <> ActiveX, so I'd call it a separate feature request - especially
as .NET components don't have most of the unpleasantnesses that ActiveX ones
do. And are (potentially) cross-platform, what with Mono.
(For ActiveX, yes. .NET components cite the assembly the component's in,
followed by its fully-qualified class name.)
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Reporter | ||
Comment 5•19 years ago
|
||
Reopened, because this unsupport is still preventing Mozilla from being considered for a number of intranet deployments I'm familiar with.
Status: RESOLVED → UNCONFIRMED
Resolution: EXPIRED → ---
Comment 6•16 years ago
|
||
Moving to Core->Plugins.
Alistair, when you go to "about:plugins" do you see any plugins for your .NET form controls? I suspect that Microsoft never wrote a "netscape" style plugin for mozilla based browsers. If you don't see it in about:plugins, then this bug is INVALID and you should instead complain to Microsoft.
Assignee: general → nobody
Component: General → Plug-ins
Product: SeaMonkey → Core
QA Contact: general → plugins
Whiteboard: INVALID?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Please try if you can reproduce with the latest nightly build ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
Whiteboard: INVALID? → INVALID? [closeme 2010-04-21]
Comment 8•14 years ago
|
||
Closing this issue. I suspect Microsoft's .net plugin now does what the bug requester wanted.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 14 years ago
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•