decidim icon indicating copy to clipboard operation
decidim copied to clipboard

The participatory democracy framework. A generator and multiple gems made with Ruby on Rails

Results 675 decidim issues
Sort by recently updated
recently updated
newest added

#### :tophat: What? Why? After we have released Decidim 0.31.0.rc1, we have noticed newly generated apps ( mainly any external test_app for external modules ) are failing with some errors...

module: dev
module: generators
type: fix
release: v0.31

#### :tophat: What? Why? This PR fixes accountability results filtering bug, to allow any user to filter results by taxonomies. #### :pushpin: Related Issues - Fixes #15470 #### Testing On...

module: accountability
type: fix

### Describe the bug WCAG 2.2 / 2.4.3 Focus Order (A) When I open a shareable element, such as a proposal, and click on the "Share" link, the focus is...

team: accessibility

### Describe the bug In omniauth modal, the close buttons missed aria attribute. Also, there is presence of text in span instead of p. Eventually, before the form, an explanation...

team: accessibility

Starting from the latest Rails versions, the gem/npm package for rails-ujs is no longer supported nor maintained. This means that we need to migrate to its successor, Turbo and the...

javascript
type: internal
configuration

Configure instructions for this repository as documented in [Best practices for Copilot coding agent in your repository](https://gh.io/copilot-coding-agent-tips).

In #7424 @ahukkanen and I discussed how to order elements by ID by default. It's not a trivial thing to do, but since we're using ransack in the admin area...

good first issue

#### :tophat: What? Why? This PR improves accessibility on tabbed partial : - it removes the `role="menu"` on `ul id="dropdown-menu-pages"` and `role="menuitem"` on` li` - it prevents the changing of...

module: core
team: accessibility
type: fix
release: v0.30
release: v0.31

#### :tophat: What? Why? In case the calendar input is close to the bottom of the window, opening it adds a white area below the page content. This forces the...

module: core
type: fix
release: v0.30
release: v0.31

### Describe the bug When you go to the surveys admin module, you could encounter a massive performance drop when editing the questions on large surveys. From the attached screenshots,...

module: surveys
module: forms