Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no visible search box for Report/Request Non-CNAs #2922

Open
ElectricNroff opened this issue Jul 2, 2024 · 0 comments
Open

no visible search box for Report/Request Non-CNAs #2922

ElectricNroff opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working LOW-LOE ~ 8 hours of work

Comments

@ElectricNroff
Copy link

<router-link to="/PartnerInformation/ListofPartners">List of Partners</router-link> page or in the search box below.
</p>
<b-field>
<b-autocomplete
v-model="name"
placeholder="Enter CNA Name"
:keep-first="keepFirst"
:open-on-focus="openOnFocus"
:data=" filteredDataObj"
field="organizationName"
@select="option => redirectToCNAPage(option)"
:clearable="clearable"
size="is-small"
>
<template #empty>No results found</template>
</b-autocomplete>
</b-field>

This has <b-field> but https://github.com/CVEProject/cve-website/blob/f88bd40cd2ec8e3d41c7221c488c6cee9fae4cd5/package.json doesn't have buefy.

On the cve.org website today, the above text "or in the search box below" is rendered, but I'm not able to find any major web browser that currently renders any actual search box below that. I tried Chrome/Edge/Firefox on Windows, Safari on iOS, and Chrome on Android.

In previous versions of the cve.org website (e.g., months ago), that search box did render. Specifically, in between the text

or in the search box below.

and the line

Tips for finding correct CNA

there was indeed a search box with the placeholder text

Enter CNA Name
@github-project-automation github-project-automation bot moved this to Needs Triage in CVE Website Backlog Aug 22, 2024
@jdaigneau5 jdaigneau5 added the bug Something isn't working label Oct 16, 2024
@jdaigneau5 jdaigneau5 added the LOW-LOE ~ 8 hours of work label Oct 23, 2024
@jdaigneau5 jdaigneau5 moved this from In Progress to In Review in cve-website: Sprint 12 (12/9-12/20) Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LOW-LOE ~ 8 hours of work
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants