Closed
Bug 1112
Opened 26 years ago
Closed 26 years ago
Can't submit a form
Categories
(Core :: Networking, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: rpotts)
References
()
Details
I fill in the search field and hit enter (or click the submit button). I notice
my status bar changes with a new URL, but nothing happens - no search results
are loaded...
Updated•26 years ago
|
Assignee: karnaze → buster
Comment 1•26 years ago
|
||
This may be a table problem. The <tr> contains a <font> which contains a <form>.
The <form>'s nsFormFrame gets created but its Reflow is never called.
I made table frames and table row frames reflow "unknown" type child frames.
This fixes deja news search button. There are still other pages where form
submission doesn't seem to work, such as this page's commit button. I've
changed the URL to reflect this and assigned the bug back to chris karnaze.
Updated•26 years ago
|
Assignee: karnaze → rpotts
Component: Form Submission → Networking Library
Comment 3•26 years ago
|
||
The results of this query could produce the url below. This url never loads.
This url can be copied and pasted into the url field of the viewer with the
same results, bypassing the form code altogether.
http://cvs-mirror.mozilla.org/webtools/bugzilla/buglist.cgi?bug_status=NEW&bug_s
tatus=ASSIGNED&bug_status=REOPENED&assigned_to=karnaze%40netscape.com&reporter=&
changedin=&product=NGLayout&short_desc=&short_desc_type=substr&long_desc=&long_d
esc_type=substr&cmdtype=doit&newqueryname=&order=%22Importance%22&form_name=quer
y
Reporter | ||
Comment 4•26 years ago
|
||
Here's another simple form test case that doesn't work (apparently the first CGI
tries to do a redirect, but results in a server error. Works fine in Nav and IE,
though)
<FORM ACTION="http://info.netscape.com/home_search2.cgi">
Search the Web with
<SELECT NAME=cp>
<OPTION VALUE="Netscape">Netscape
<OPTION VALUE="Excite">Excite
</SELECT>
<INPUT SIZE=30 NAME=searchstring>
<INPUT TYPE=submit VALUE=Search>
</FORM>
‰
Reporter | ||
Comment 5•26 years ago
|
||
Actually, that last test case appears to work fine now.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•26 years ago
|
||
The above URL has never worked in NGLayout... the server returns a content-type
of 'multipart/x-mixed-replace' which is net yet supported by the modular netlib.
Once this content type is recognized and handled correctly, Bugzilla
queries should start working.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
I've checked in support for the "multipart/x-mixed-replace" content type which
should get Bugzilla queries working
--rick
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Verified fixed.
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Comment 10•25 years ago
|
||
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•