Greg Tyler

Results 25 issues of Greg Tyler

### Description of the change Adds feature tests, using [Jest](https://jestjs.io/docs) and [testing library](https://testing-library.com/docs/) to interactive components. This will allow us to ensure that future changes don't cause regressions, and provides...

## Summary The [Organisation switcher](https://design-patterns.service.justice.gov.uk/components/organisation-switcher/) currently floats the link to the right, which can be an issue for accessibility: the link can be hard to see and click, and isn't...

## Summary It would be nice to eliminate our dependency on jQuery, instead using native browser functionality (e.g. `setAttribute` instead of `attr`, `querySelector` rather than `find`). ## Motivation There are...

**NB: This is a breaking change** When you use [the Add another component](https://moj-design-system.herokuapp.com/components/add-another) to add an additional item, the legend on the form is identical to the original one: in...

enhancement
accessibility

**NB: This is a breaking change** On small screens, [the Sub navigation component](https://moj-design-system.herokuapp.com/components/sub-navigation) changes from a horizontal list into a vertical one. [The side navigation component](https://moj-design-system.herokuapp.com/components/side-navigation) does the opposite, changing...

bug
accessibility

## Summary It would be helpful to add unit tests to this repo for all components which use JavaScript. These would be evaluated as part of the build process to...

## Summary It would be helpful to add visual regression tests to components which introduce new HTML/CSS content. This would allow us to identify unintended regressions and to visually identify...

## Related component Relates to any component that is initialised with the `data-module` attribute and might cross-over with another component that uses the same element. I've outlined this with a...

feature request
javascript

### Bug Report | Q | A |------------ | ------ | Version(s) | 3.9.0 #### Summary In laminas-form v3.9.0 some changes were made (#207) to ComposedObject. I believe this has...

Bug