Closed
Bug 564721
Opened 15 years ago
Closed 13 years ago
bugzilla product chooser needs to collapse huge classifications
Categories
(bugzilla.mozilla.org :: General, enhancement)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Unassigned)
References
Details
Bug 556236 is going to add well over 50 products.
From bugzilla.mozilla.org's perspective, I think we're going to need to change
template/en/default/bug/edit.html.tmpl
327 [% INCLUDE bug/field.html.tmpl
328 bug = bug, field = select_fields.product,
329 override_legal_values = bug.choices.product
330 desc_url = 'describecomponents.cgi', value = bug.product
331 editable = bug.check_can_change_field('product', 0, 1) %]
So that if a classification has >16 products, and it isn't the current classification then instead of inlining all products in the classification into the list, we just show the classification. With some JavaScript, we could load the product list into another listbox when the overflowing classification is selected. For the js-less case, we'd have to modify the intermediate chooser to include a product chooser.
| Assignee | ||
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
Comment 1•13 years ago
|
||
I think this can be marked resolved, since we have just re-arranged the product list on enter_bug.cgi, in bug https://bugzilla.mozilla.org/show_bug.cgi?id=851818.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•