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.

Clicking on a markdown link should open the link rather than selecting the cell

See original GitHub issue

Users will use editable=False for read-only tables and therefore shouldn’t select them. It feels awkward to have a cell become selected when the table otherwise looks and feels read-only.

In read-only tables, users will be selecting cells to:

  • Copy and paste text - where they’ll expect the standard “click and drag” text selection to work
  • Click on embedded markdown links

Both of these interactions feel awkward with the current cell selection behavior.

We could introduce a new property like “cell_selectable”, but I believe that this property should be coerced to False if editable=False

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Dekermanjiancommented, May 22, 2020

Hello, I am adding this comment into this issue as it seems very closely related. There also should be an option to allow links to open in a new tab, and I believe it should be the default option. It is unlikely that a user will want to click on a link in a data-table and be directed away from the table.

1reaction
chriddypcommented, Apr 24, 2020

Agree with the MD link click requiring a single click to trigger. Making the size estimate fairly large because I’m not sure what the MD fix will require.

Alright, I’ll update this issue to be focused on just getting clicking on a markdown link to work directly

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to link to part of the same document in Markdown?
In WriteMonkey I found that if I precede any text with the <div/> several lines below are affected. Instead I have to wrap...
Read more >
My Trick of Deciding if a Link Should Open a New Browser Tab
If they do want the link to be opened in a new tab, they can right-click on the link and use the context...
Read more >
How to create blank target links in markdown to open url link ...
The issue is each time I click the linked text it opens the url in the same tab as the notebook. I want...
Read more >
Basic Syntax - Markdown Guide
To create a link that opens in a new tab or window, see the section on link targets. Adding Titles. You can optionally...
Read more >
Add option to markdown to open url in new window - GitLab
Obviously you can just hold down CTRL+mouse click to get the link ... on mobile and choose Open in new tab) - but...
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