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

[Extensions] Disable Text selection for areas where not intented #10206

Closed
aabidsofi19 opened this issue Feb 3, 2024 · 2 comments
Closed

[Extensions] Disable Text selection for areas where not intented #10206

aabidsofi19 opened this issue Feb 3, 2024 · 2 comments
Assignees
Labels
component/extensions Issues related to extension points issue/willfix This issue will be worked on kind/bug Something isn't working

Comments

@aabidsofi19
Copy link
Contributor

Current Behavior

Desired Behavior

Screenshots/Logs

Environment

  • Host OS: Mac Linux Windows
  • Meshery Server Version: stable-v
  • Meshery Client Version: stable-v
  • Platform: Docker Kubernetes

Contributor Guides and Handbook

@aabidsofi19 aabidsofi19 added kind/bug Something isn't working component/extensions Issues related to extension points labels Feb 3, 2024
@leecalcote
Copy link
Member

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

@leecalcote leecalcote added the issue/willfix This issue will be worked on label Feb 4, 2024
@864893031735973
Copy link

Current Behavior

Desired Behavior

Screenshots/Logs

Environment

  • Host OS: Mac Linux Windows
  • Meshery Server Version: stable-v
  • Meshery Client Version: stable-v
  • Platform: Docker Kubernetes

Contributor Guides and Handbook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/extensions Issues related to extension points issue/willfix This issue will be worked on kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants