Description of problem: Using the new bugzilla-devel, the simple bug query page gives me options in the "version" listbox which match the appropriate versions for the selected item in the "product" listbox. The Advanced query page does not do this --- no matter which product is selected, all possible versions of all possible products are listed. Eg. selecting fedora-core as the product, I still get to choose RHEL versions in the version list box. How reproducible: 100% Steps to Reproduce: 1. Open https://bugzilla.redhat.com/bugzilla-devel/query.cgi?format=advanced Actual results: Version listbox contains every version of every product that has ever existed. Expected results: Version listbox should really only contain versions appropriate to the selected product.
Thank you for the feedback. This is actually expected since it mimics the behaviour still of the old query page where you have to click 'Use Javascript' in the upper right to enable the component/version filtering. This was originally to allow people to load the page faster if they did not want the extra overhead of the javascript code. The question now is whether I still need to have those links at the upper right with the new Ajax method. I will remove the links I think. Otherwise, does this work if you click the 'Use Javascript' link first and then try to select a product?