Closed
Bug 524675
Opened 15 years ago
Closed 15 years ago
"Edit Search" fails to preserve comment, URL, and whiteboard params
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: mozilla, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
gregaryh
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: 3.4.2
The "Edit Search" field at the bottom of buglist.cgi does not preserve the contains/regexp values in the dropdowns for "A Comment", "The URL", or "Whiteboard".
Reproducible: Always
Steps to Reproduce:
1. On the search form, choose something other than the default for these dropdowns
2. Run the search
3. Click the "Edit Search" link
Actual Results:
The dropdowns are restored to their default values.
Expected Results:
The dropdowns should preserve the values chosen in step (1).
This is a regression from 3.2.
The search description at the top of buglist.cgi is correct.
See also bug 514682.
Assignee | ||
Comment 1•15 years ago
|
||
I can reproduce the issue.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows Vista → All
Hardware: x86 → All
Target Milestone: --- → Bugzilla 3.4
Version: unspecified → 3.4.2
Assignee | ||
Comment 2•15 years ago
|
||
Regression due to bug 463002. I have a patch.
Assignee | ||
Comment 3•15 years ago
|
||
We have selected = default.$type.0, but $type is undefined.
Attachment #408606 -
Flags: review?(ghendricks)
Updated•15 years ago
|
Attachment #408606 -
Flags: review?(ghendricks) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Comments were still broken because long_desc has been renamed to longdesc.
Attachment #408606 -
Attachment is obsolete: true
Attachment #408611 -
Flags: review?(ghendricks)
Assignee | ||
Comment 5•15 years ago
|
||
I found another place affected by the long_desc -> longdesc renaming. I hope I caught them all.
Attachment #408611 -
Attachment is obsolete: true
Attachment #408617 -
Flags: review?(ghendricks)
Attachment #408611 -
Flags: review?(ghendricks)
Updated•15 years ago
|
Attachment #408617 -
Flags: review?(ghendricks) → review+
Assignee | ||
Updated•15 years ago
|
Flags: approval3.4+
Flags: approval+
Assignee | ||
Comment 6•15 years ago
|
||
tip:
Checking in query.cgi;
/cvsroot/mozilla/webtools/bugzilla/query.cgi,v <-- query.cgi
new revision: 1.187; previous revision: 1.186
done
Checking in template/en/default/search/form.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl,v <-- form.html.tmpl
new revision: 1.60; previous revision: 1.59
done
Checking in template/en/default/search/search-help.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/search-help.html.tmpl,v <-- search-help.html.tmpl
new revision: 1.11; previous revision: 1.10
done
3.4.2:
Checking in query.cgi;
/cvsroot/mozilla/webtools/bugzilla/query.cgi,v <-- query.cgi
new revision: 1.183.2.2; previous revision: 1.183.2.1
done
Checking in template/en/default/search/form.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl,v <-- form.html.tmpl
new revision: 1.55.2.1; previous revision: 1.55
done
Checking in template/en/default/search/search-help.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/search-help.html.tmpl,v <-- search-help.html.tmpl
new revision: 1.10.4.1; previous revision: 1.10
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•