Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849752 - keys.gentoo.org: "verbose index" and "ASCII armor" radio buttons have their actions reversed
Summary: keys.gentoo.org: "verbose index" and "ASCII armor" radio buttons have their a...
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Website Team
URL: https://keys.gentoo.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-05 03:28 UTC by Oskari Pirhonen
Modified: 2023-04-29 19:20 UTC (History)
1 user (show)

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 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.