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

Bug 849752

Summary: keys.gentoo.org: "verbose index" and "ASCII armor" radio buttons have their actions reversed
Product: Websites Reporter: Oskari Pirhonen <xxc3ncoredxx>
Component: OtherAssignee: Gentoo Website Team <www>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://keys.gentoo.org/
Whiteboard:
Package list:
Runtime testing required: ---

Description Oskari Pirhonen 2022-06-05 03:28:47 UTC
I noticed that the actions on the "verbose index" and "ASCII armor" radio buttons are incorrect. The "verbose index" one retrieves the ASCII armored key and vice versa.

The relevant part of the HTML:

<div class="col-6">
    <input class="form-check-input ml-1" type="radio" name="op" id="verbose" value="vindex">
    <label class="form-check-label ml-4" for="verbose">
        Retrieve ascii-armored keys
    </label>
</div>
<div class="col-6">
    <input class="form-check-input ml-1" type="radio" name="op" id="asciiarmored" value="get">
    <label class="form-check-label ml-4" for="asciiarmored">
        Get verbose index of matching keys
    </label>
</div>
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2023-04-29 18:43:16 UTC
Funnily enough, this webpage exists in puppet. I've proxied Arthur's patches into puppet, and the fix should propagate through puppet and the CDN soon.
Comment 2 Oskari Pirhonen 2023-04-29 19:20:50 UTC
Can confirm it's fixed after my patch was added too.