Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16614 - Component Javascript on main Gentoo Linux bug page is broken in Internet Exploder
Summary: Component Javascript on main Gentoo Linux bug page is broken in Internet Expl...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 All
: High minor (vote)
Assignee: John Davis (zhen) (RETIRED)
URL: http://bugs.gentoo.org/enter_bug.cgi?...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-01 05:49 UTC by Robin Johnson
Modified: 2011-10-30 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.