Skip to content

clickable url issues #1684

@moodymudskipper

Description

@moodymudskipper

The url used when we click on a link is the shortened url instead of the data url when width isn't sufficient

run locally and click to reproduce:

print(tibble::tibble(a="https://tibble.tidyverse.org"), width = 20)
#> # A tibble: 1 × 1
#>   a                 
#>   <chr>             
#> 1 https://tibble.ti…

Created on 2025-11-28 with reprex v2.1.0

Moreover, it seems that only 1 url per row is clickable:

tibble::tibble(
  a = c("https://tibble.tidyverse.org", "https://www.google.com", "a"), 
  b = c( "https://www.google.com", "https://tibble.tidyverse.org", "https://tibble.tidyverse.org")
)
#> # A tibble: 3 × 2
#>   a                            b                           
#>   <chr>                        <chr>                       
#> 1 https://tibble.tidyverse.org https://www.google.com      
#> 2 https://www.google.com       https://tibble.tidyverse.org
#> 3 a                            https://tibble.tidyverse.org

Created on 2025-11-28 with reprex v2.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions