Closed
Bug 766908
Opened 13 years ago
Closed 13 years ago
Show the "component search" textfield when creating a bug in the full chooser with all products
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rik, Assigned: dkl)
Details
Attachments
(1 file)
6.93 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
The easy to use "fileit" mechanism is available when creating a bug with the pretty chooser interface.
It should also be available in the full chooser interface.
Assignee | ||
Comment 1•13 years ago
|
||
(In reply to Anthony Ricaud (:rik) from comment #0)
> The easy to use "fileit" mechanism is available when creating a bug with the
> pretty chooser interface.
>
> It should also be available in the full chooser interface.
We could add it for consistency, but that page has all of the same information on it that the fileit field searches such as product/component/description. So you could just as easily do control-f and search through that page. It would have the automatic redirect provided by the drop down.
Reporter | ||
Comment 2•13 years ago
|
||
AFAICT, that page only shows products. fileit includes components.
Assignee | ||
Comment 3•13 years ago
|
||
Ah right. Ok will add it.
dkl
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•13 years ago
|
||
Broke out the prod comp search field to its own template. Updated GuidedEntry as well as made some other cleanup changes.
dkl
Attachment #635476 -
Flags: review?(glob)
Summary: Show the "fileit" textfield when creating a bug in the full chooser with all products → Show the "component search" textfield when creating a bug in the full chooser with all products
Comment on attachment 635476 [details] [diff] [review]
Patch to add fileit field to full product chooser (v1)
r=glob
please fix the follow on commit:
extensions/BMO/template/en/default/global/prod-comp-search.html.tmpl is missing a boilerplate.
Attachment #635476 -
Flags: review?(glob) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.0
modified extensions/BMO/template/en/default/global/choose-product.html.tmpl
added extensions/BMO/template/en/default/global/prod-comp-search.html.tmpl renamed extensions/BMO/web/js/choose_product.js => extensions/BMO/web/js/prod_comp_search.js
added extensions/BMO/web/styles/choose_product.css
renamed extensions/BMO/web/styles/choose_product.css => extensions/BMO/web/styles/prod_comp_search.css
modified extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
Committed revision 8224
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified extensions/BMO/template/en/default/global/choose-product.html.tmpl
renamed extensions/BMO/web/js/choose_product.js => extensions/BMO/web/js/prod_comp_search.js
added extensions/BMO/template/en/default/global/prod-comp-search.html.tmpl
added extensions/BMO/web/styles/prod_comp_search.css
modified extensions/BMO/web/styles/choose_product.css
modified extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl Committed revision 8214.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•