-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Labels
accessibilitybugSomething isn't workingSomething isn't workingtabsetswebsitesIssues creating websitesIssues creating websites
Milestone
Description
Bug description
Tabsets don't seem to be tabbable in the current version of Quarto (which is a problem for accessibility). I found an older issue that mentioned some inconsistency but stated that the tabs in the tabset documentation were working as expected. However, when I check the tabset documentation, it has the same issue as in my minimal example: Tab navigation seems to ignore the tabsets and their content entirely.
Steps to reproduce
# Title
::: {.panel-tabset}
## First tab
Text goes here
## Second tab
Other text might go here
:::
Expected behavior
Tabsets should be tab navigable, which is a feature in Bootstrap (here's another example from an external site),
Actual behavior
Tab navigation skips the tabset.
Your environment
- IDE: RStudio 2024.04.2 Build 764, "Chocolate Cosmos" Release (e4392fc9, 2024-06-05) for windows
- R version 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life"
- Windows 10
- I tried using both Firefox 127.0.1 (32-bit) and Chrome (Version 126.0.6478.127) and the issue was present in both browsers.
Quarto check output
Microsoft Windows [Version 10.0.19045.4529]
(c) Microsoft Corporation. All rights reserved.
Z:\Qualtrics\QualtricsBook>quarto check
Quarto 1.5.53
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.5.53
Path: C:\Users\[redacted]\AppData\Local\Programs\Quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Using: Installation From Path
Path: C:\texlive\2023\bin\windows
Version: 2023
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....(None)
Unable to locate an installed version of Python 3.
Install Python 3 from https://www.python.org/downloads/
[>] Checking R installation...........OK
Version: 4.4.1
Path: C:/PROGRA~1/R/R-44~1.1
LibPaths:
- C:/Users/[redacted]/AppData/Local/R/win-library/4.4
- C:/Program Files/R/R-4.4.1/library
knitr: 1.46
rmarkdown: 2.26
[>] Checking Knitr engine render......OK
fkohrt, glin and srvanderplas
Metadata
Metadata
Assignees
Labels
accessibilitybugSomething isn't workingSomething isn't workingtabsetswebsitesIssues creating websitesIssues creating websites