Bug 823341

Summary: In advanced search when you change the product sometimes you get a component called [object HTMLSelectElement]
Product: [Community] Bugzilla Reporter: Simon Baird <sbaird>
Component: Query/Bug ListAssignee: Simon Green <sgreen>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.2CC: ebaak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-14 01:35:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Simon Baird 2012-05-21 00:25:02 UTC
Try changing the product a few times and you should see this.

Mightbe some kind of bug in:
https://bugzilla.redhat.com/js/productform.js

That text usually indicates a dom element or some other object is being incorrectly treated as a string.

The dom ends up looking like this:
<option value="">[object HTMLSelectElement]</option>

Comment 1 Simon Green 2012-08-14 01:35:39 UTC
Bug 823339 goes back to the old 'click to refresh' component list option. Upstream's code does not work too well when you have 13,000 components in a single product.

*** This bug has been marked as a duplicate of bug 823339 ***