govuk_publishing_components icon indicating copy to clipboard operation
govuk_publishing_components copied to clipboard

A gem to document and distribute frontend components for GOV.UK applications

Results 185 govuk_publishing_components issues
Sort by recently updated
recently updated
newest added

When an input in the search component has a value and an inline label, they overlap until the input receives focus (which is done by javascript and z-index is set)...

bug
in progress

The focus state for the search input when used on a blue background looks like this when focused: ![image](https://user-images.githubusercontent.com/1732331/72614899-54f5e700-392b-11ea-9ce6-fc5e40ce3228.png) Should a black border be added to make this more consistent...

enhancement
accessibility
in progress

## What Add context to related navigation component "more" and "show fewer" buttons. The "**+ 3 more**" / "**show fewer**" button from the [related navigation component](https://components.publishing.service.gov.uk/component-guide/related_navigation) is not descriptive enough...

## What Remove `restoreScroll` option See https://github.com/alphagov/govuk_publishing_components/blob/main/app/assets/javascripts/component_guide/accessibility-test.js#L27 ## Why The option has been removed. See https://github.com/dequelabs/axe-core/issues/2388 ## Anything else I'm pretty sure that the following test is related, which checks...

code quality
technical debt

## What Delete removed `restoreScroll` Axe API option. ## Why The option has been removed. See https://github.com/dequelabs/axe-core/issues/2388.

Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.4.3 to 4.5.0. Release notes Sourced from axe-core's releases. Release 4.5.0 This release may increase or decrease the number of violations reported. This can be because some...

dependencies
javascript

Hi @andysellick @JamesCGDS, I've tried to make `ga4-link-tracker` more efficient, would you be able to approve if you agree with my changes? Let me know if you disagree with my...

## What Adds GA4/GTM tracking to the remaining buttons in the feedback component. ## Why Part of the GA4 migration work. ## Visual Changes None. Trello card: https://trello.com/c/EmWLC6DE/379-add-tracking-feedback-remaining-elements

Bumps [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) from 4.7.0 to 4.8.0. Changelog Sourced from rubocop-govuk's changelog. 4.8.0 Update rubocop to 1.37.1 Update rubocop-ast to 1.23.0 Update rubocop-rails to 2.17.1 Update rubocop-rspec to 2.14.1 Commits 5a92f5f...

dependencies
ruby

## What Include the words ‘opens in new tab’ as part of the share link https://trello.com/c/PhMa7my6/1578-include-the-words-opens-in-new-tab-as-part-of-the-share-link See https://components-gem-pr-3028.herokuapp.com/component-guide/share_links ## Why - The 'Share on...' links open in a new tab...