Closed
Bug 90749
Opened 24 years ago
Closed 23 years ago
MfcEmbed does not show the Form method part
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: teruko, Assigned: chak)
References
()
Details
Attachments
(1 file)
652 bytes,
patch
|
rpotts
:
superreview+
|
Details | Diff | Splinter Review |
MfcEmbed does not show the under "Please fill in the file-upload form below"
section of the page.
<form method='POST' enctype='multipart/form-data' action='/bin/fup.pl'>
File to upload: <input type=file name=upfile><br>
Notes about the file: <input type=text name=note><br>
<br>
<input type=submit value=Press> to upload the file!
</form>
Tested 7-13-0.9.2 MfcEmbed build.
Reporter | ||
Updated•24 years ago
|
QA Contact: mdunn → teruko
Comment 3•23 years ago
|
||
Including locale\en-US\communicator\layout in the embed.jar chrome will fix
this.
Any reason that this bug can't be fixed soon? This is a major hassle for users
of web-based e-mail, etc. and the fix seems straightforward.
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Comment 6•23 years ago
|
||
Hi Adam : Could you please r= this
r=adamlock@netscape but a more correct way to fix this is outlined in bug 63607.
Basically the HTML form strings should moved out of communicator and into global.
Assignee | ||
Comment 8•23 years ago
|
||
Hi Rick : Can i get an sr= on this...thanks
Comment 9•23 years ago
|
||
Comment on attachment 58728 [details] [diff] [review]
Including layout in embed.jar fixes the issue
sr=rpotts@netscape.com
Should we really do what adam suggests to allow other embeddors to work too ?
Attachment #58728 -
Flags: superreview+
Assignee | ||
Comment 10•23 years ago
|
||
Hi Rick
My understanding from Adam's comments in
http://bugzilla.mozilla.org/show_bug.cgi?id=63607 is that i go ahead and check
this fix in (based on the patch above).
Adam's then going to raise another bug on the HTML form folks to fix the issue.
Thanks
Assignee | ||
Comment 11•23 years ago
|
||
Fix checked in...
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 12•23 years ago
|
||
Chak,
Thanks for getting this fixed.
aim
Reporter | ||
Comment 13•23 years ago
|
||
Verified this in 12-12-09 MfcEmbed trunk build.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•