Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 16614

Summary: Component Javascript on main Gentoo Linux bug page is broken in Internet Exploder
Product: Gentoo Infrastructure Reporter: Robin Johnson <robbat2>
Component: BugzillaAssignee: John Davis (zhen) (RETIRED) <zhen>
Status: RESOLVED CANTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: All   
URL: http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&format=guided
Whiteboard:
Package list:
Runtime testing required: ---

Description Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-03-01 05:49:11 UTC
Load it up in IE and try to use the component selector.
Says bug on line 73:

function PutDescription() {
    if ((document.getElementById) && (document.body.innerHTML)) {
        var componentIndex = document.getElementById('component').selectedIndex;
        if (componentIndex != -1) {
            var description = document.getElementById('description'); //73
            description.innerHTML = descriptions[componentIndex];
        }
    }
}
lectedIndex;

PS, adding windows and other OS selectors to the OS dropdown in your bugzilla!
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2003-03-30 18:22:16 UTC
The component selector is also broken on bugzilla.mozilla.org, so it either looks like they intended this, or it is truly a bugzilla bug. Perhaps using a more compatible browser would be your best choice.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:13:54 UTC
restoring to old status.