Closed
Bug 76178
Opened 24 years ago
Closed 24 years ago
broken form submit in bugzilla boolean tool
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: asa, Assigned: rods)
Details
Tested with win32, mac and linux builds 2001041604/5
Summary: The "or", "and" and "add another chart" features of the Bugzilla
Advanced Querying (boolean) tool do not work. Clicking any of them appears to
refres the page but does not add to the chart as expected.
Steps to Repro:
1 Go to http://bugzilla.mozilla.org/query.cgi
2 Scroll down to the advanced query section (the 3 select items below the
keyword field)
3 Click "and", "or" or "add another boolean chart"
Results: Page updates but no new items
Expect to see another set of fields added to the cahrt.
Additiona Info: working fine on 4.x and IE6.
Reporter | ||
Updated•24 years ago
|
This works for me in my own debug build from midday yesterday. Could you
view-source on the resulting page? This could easily be a display problem
rather than a form submission problem.
Comment 2•24 years ago
|
||
I am seeing the same problem with forms the use POST. The response I get back
from the server makes it look like Mozilla did not actually send any POST data
to the server. These forms were working fine with Thursday's build so this is a
very recent regression.
Mozilla 2001041604 on Win2000.
Comment 3•24 years ago
|
||
Yesterday's build, 2001041508, works. Today's does not.
Comment 4•24 years ago
|
||
Works in IE, doesn't work in Mozilla. Therefore, it's a Mozilla specific problem.
However, is this a *smoketest* blocker? Where's the smoketest that this breaks?
It looks like the only changes related to form submission were pollmann's
changes to onsubmit for bug 64702 (2001-04-15 23:36).
Comment 6•24 years ago
|
||
This functionality is not tested in the smoketests. This bug falls into the
category "blockers found by the engineering community".
Comment 7•24 years ago
|
||
Removing smoketest keyword and downgrading to `critical' (how is this a blocker,
if it only happens in the bugzilla form?). Please do correct me if I'm wrong
there though.
Severity: blocker → critical
Keywords: smoketest
Comment 8•24 years ago
|
||
Well, it does also break a commercial intranet app. In this case, PVCS Tracker
from Merant.
Reporter | ||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
I'll take a look at this to see if it's related to my changes this weekend.
Comment 11•24 years ago
|
||
This was broken by my latest checkin, working on a fix...
*** This bug has been marked as a duplicate of 76208 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•