rstudio / rstudio/bslib

rpivotTable: Dropdown list problem when passing bs_theme()'s options

Open
#300 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
SCSS
Stars
569
Forks
72
Avg merge
1d 2h
Merged PRs (30d)
5

Description

The little arrow icons near the rpivotTable's grouping categories, that open the dropdown selection lists, do not work when using bslib's bootstrap 4 themes in rmarkdown

However, there is no problem with the aggregators or renderers dropdown arrows.

NOT working

---
output:
  html_document:
    theme:
      version: 4
      bootswatch: minty
---

That works OK

---
output:
  html_document:
    theme: flatly
---

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in an R Markdown document using bslib's Bootstrap 4 minty theme, then compare it with the flatly theme where the arrows work. Trace the grouping-category dropdown behavior in rpivotTable and verify that its arrow icons open the lists without breaking the aggregator or renderer dropdowns.

Written by the indexing model from the issue text.

Assessment

Tech stack
bootstrap, r, sass
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.