Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Unable to choose images on landing page, under content types on the search bar #801

Closed
Ad-Mk opened this issue Feb 4, 2022 · 3 comments · Fixed by #988
Closed

Unable to choose images on landing page, under content types on the search bar #801

Ad-Mk opened this issue Feb 4, 2022 · 3 comments · Fixed by #988
Assignees
Labels
💻 aspect: code Concerns the software code in the repository bug Something isn't working 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents
Projects

Comments

@Ad-Mk
Copy link

Ad-Mk commented Feb 4, 2022

Description

While selecting between all content, images, and audio. The selector does not highlight images, when hovered over it.

Reproduction

Please refer to the screen recording
Screen capture

Expectation

The image option should be highlighted, when the cursor hovers right over it.

Screenshots

Screen Capture - attaching for your reference

Environment

  • Device: Laptops, Desktops
  • OS: Windows 10
  • Browser: Safari, Firefox
@Ad-Mk Ad-Mk added 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents labels Feb 4, 2022
@dhruvkb dhruvkb added this to Backlog in Openverse Feb 4, 2022
@aniash29-cr
Copy link

aniash29-cr commented Feb 4, 2022

Tried to dig into this. Found out that the issue is related to z-index for <a> tag for the site logo.

On a screen resolution greater than 1024px when the logo and images element are stacked side by side - opening the content-type dropdown puts it over the logo.

Trying to hover over the Images button in the popover menu does not allow you to select and click it effectively due to the z-index value of the site logo anchor tag.

Please check the attached screenshot for reference:

openverse-popover-zindex

@Ad-Mk Ad-Mk closed this as completed Feb 4, 2022
Openverse automation moved this from Backlog to Done! Feb 4, 2022
@Ad-Mk Ad-Mk reopened this Feb 4, 2022
Openverse automation moved this from Done! to Backlog Feb 4, 2022
@zackkrida
Copy link
Member

Here's an additional screenshot that makes the z-index issue quite obvious:

CleanShot 2022-02-04 at 08 39 09@2x

@zackkrida zackkrida added the bug Something isn't working label Feb 4, 2022
@obulat
Copy link
Contributor

obulat commented Feb 8, 2022

This issue can be solved by removing z-10 class here:

class="relative z-10 hidden lg:block -left-[6.25rem] rtl:-right-[6.25rem]"

Is there a reason to set the z-index on the NuxtLink here?

@krysal krysal removed the 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work label Feb 8, 2022
@sarayourfriend sarayourfriend self-assigned this Feb 22, 2022
@sarayourfriend sarayourfriend moved this from Backlog to In progress in Openverse Feb 22, 2022
Openverse automation moved this from In progress to Done! Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code Concerns the software code in the repository bug Something isn't working 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents
Projects
No open projects
Openverse
  
Done!
Development

Successfully merging a pull request may close this issue.

6 participants