+++ This bug was initially created as a clone of Bug #406181 +++ Description: On certain pages Ajax optimizations are used to speed up page loading time. Red Hat has a high number of components for certain products. The component lists cause a large amount of HTML having to be downloaded by the client browser. The Ajax functions allow the UI to only show the components needed depending on which products are selected. Function Requirements: Components list updated depending on which product is selected in requests.cgi. Pretty much self contained on the backend in Bugzilla/Ajax.pm and ajax.cgi. A lot of javascript though in js/*.js and the templates themselves.
LOC Estimate: templates: 17 selenium test case to verify proper loading of components: 2 hours LOC Total: 17
Already in CVS as part of the ajax query bug. Worked 2 hours.