Closed
Bug 80424
Opened 24 years ago
Closed 24 years ago
form (post) submission does nothing
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dr, Assigned: darin.moz)
References
Details
(Keywords: regression, smoketest)
Attachments
(2 files)
886 bytes,
patch
|
Details | Diff | Splinter Review | |
1.31 KB,
patch
|
Details | Diff | Splinter Review |
In a tip build following darin's cache landing this afternoon, form submission
(the bugzilla "create attachment" form, in particular) does nothing. I see the
throbber animate for a brief moment, but it then stops and nothing else happens.
i'm seeing this on linux, btw, but it's likely xp...
Keywords: smoketest
hm, seems to be only form POST -- other forms seem to work fine.
Summary: form submission does nothing → form (post) submission does nothing
alright, i'm a little confused. i'm able to post some forms (like "add a
comment" on tinderbox), just not the "create attachment" form. i'm not sure what
exactly the problem is. i'm leaving this as a smoketest blocker for the moment,
though...
Comment 4•24 years ago
|
||
could be the form enctype?
Comment 6•24 years ago
|
||
I cannot attach a patch with mozilla, both linux & w2k.
Works for 4.7 on those platforms.
Keywords: regression
Assignee | ||
Comment 7•24 years ago
|
||
this is mine... it's a simple fix to nsNetUtil.h that only affects file uploads.
Assignee: rods → darin
Component: Form Submission → Networking
Assignee | ||
Comment 8•24 years ago
|
||
Assignee | ||
Comment 9•24 years ago
|
||
Assignee | ||
Comment 10•24 years ago
|
||
the above two patches are both important to cover this bug.
Comment 11•24 years ago
|
||
r=pavlov
Assignee | ||
Comment 12•24 years ago
|
||
turns out we were trying to ReadSegments on a raw file stream, so the simple
solution is to wrap the file stream with a buffered stream.
Comment 13•24 years ago
|
||
sr=jst
Assignee | ||
Comment 14•24 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 15•24 years ago
|
||
*** Bug 77241 has been marked as a duplicate of this bug. ***
Comment 16•24 years ago
|
||
Verifying on build 2001-05-17-08-trunk Linux RedHat 6.2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•