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

[Feature]: use HTML ‘a’ element for table widget URL type column values #37174

Open
1 task done
hilton opened this issue Oct 31, 2024 · 0 comments
Open
1 task done
Assignees
Labels
Enhancement New feature or request Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@hilton
Copy link

hilton commented Oct 31, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Change the implementation of the table widget’s URL type columns to use a HTML a (anchor) element, so that users can benefit from web browser functionality for using hyperlinks.

Why should this be worked on?

Web browsers provide functionality for HTML links that don’t work for URLs in the table widget:

  • right-click link and Copy Link
  • right-click link and _Add Link to Bookmarks… _

What’s worse is that URL type values currently open in a new tab, which users hate. Instead, use an HTML link without a target attribute, so the user can decide whether to open the link in a new tab.

If anyone actually wants links to open in a new tab, despite the bad UX, this should be an option that defaults to not doing this, as in HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

No branches or pull requests

5 participants