question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider disabling text selection

See original GitHub issue

This is a…


[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Documentation issue or request

The problem

To make Syndesis feel more desktop-like, we should disable text selection. We should consider doing this globally or just for certain parts of the UI, e.g. navigation. I’m not sure if this hurts accessibility or hinders functionality in any way.

This can be simply done by setting user-select: none in css.

Expected behavior

Be more desktop like.

Screenshot

screenshot_2018-07-11 syndesis - development

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
gashcrumbcommented, Jul 11, 2018

I’d say yes on navigation elements and controls but other text I think would be best left as is, so am not in favor of globally disabling selection.

0reactions
stale[bot]commented, Jan 27, 2019

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable text selection highlighting - css - Stack Overflow
If you want to disable text selection on everything except on <p> elements, you can do this in CSS (watch out for the...
Read more >
When is it OK to Disable Text Selection? | CSS-Tricks
Using CSS, it's possible to prevent users from selecting text within an element using user-select: none. Now, it's understandable why doing ...
Read more >
How To Disable Text Selection in HTML/CSS - W3Schools
You can use the user-select property to disable text selection of an element. In web browsers, if you double-click on some text it...
Read more >
How to disable text selection with CSS - DEV Community ‍ ‍
On a web page, we typically should not disable text selection, but there are a few cases where having it enabled can take...
Read more >
How to disable text selection in CSS - Fjolt
There are some cases where we need to disable text selection of an HTML element. Let's look at how to do that with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found