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

Open VSX: plugin listing text should not be selectable #10372

Closed
colin-grant-work opened this issue Nov 2, 2021 · 1 comment · Fixed by #10373
Closed

Open VSX: plugin listing text should not be selectable #10372

colin-grant-work opened this issue Nov 2, 2021 · 1 comment · Fixed by #10373
Labels
ui/ux issues related to user interface / user experience vsx-registry Issues related to Open VSX Registry Integration

Comments

@colin-grant-work
Copy link
Contributor

Bug Description:

Steps to Reproduce:

  1. Open the Extensions view
  2. Search for e.g. git.
  3. Try to select some text in one of the results.

Expected: no selection in the extensions view nodes.

Additional Information

image

  • Operating System: RHEL7 (Electron)
  • Theia Version: master
@colin-grant-work colin-grant-work added ui/ux issues related to user interface / user experience vsx-registry Issues related to Open VSX Registry Integration labels Nov 2, 2021
@vince-fugnitto
Copy link
Member

The fix should be as simple as adding the noselect css class here:

return <div className='theia-vsx-extension' data-for={tooltipId} data-tip={tooltip}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui/ux issues related to user interface / user experience vsx-registry Issues related to Open VSX Registry Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants